downgrade moose and CSV requirements
[Business-BatchPayment-KeyBank.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6     use_ok( 'Business::BatchPayment::KeyBank' ) || print "Bail out!\n";
7 }
8
9 diag( "Testing Business::BatchPayment::KeyBank $Business::BatchPayment::KeyBank::VERSION, Perl $], $^X" );