]> pd.if.org Git - amortization/blob - 00-load.t
21163546ed8a8a5bcf279a4abeab1110ebf94655
[amortization] / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'Finance::Amortization' );
7 }
8
9 diag( "Testing Finance::Amortization $Finance::Amortization::VERSION, Perl $], $^X" );