diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 00:28:53 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 00:28:53 -0700 |
commit | 39e5b6c3302b1c35174583bdae60b2b8d5a78338 (patch) | |
tree | 5d3fe4a036a3ccce105815a69a454a743d03cd12 /t/00-load.t |
initial commit
Diffstat (limited to 't/00-load.t')
-rw-r--r-- | t/00-load.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..a9b8015 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,9 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'Business::BatchPayment::Paymentech' ) || print "Bail out!\n"; +} + +diag( "Testing Business::BatchPayment::Paymentech $Business::BatchPayment::Paymentech::VERSION, Perl $], $^X" ); |