diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 01:22:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 01:22:06 -0800 |
commit | c1b518f59064671309c220489efd8d59daade4aa (patch) | |
tree | 923656164810295ca6bd29e048d845480c70cf4f /t/00-load.t |
first crack at module
Diffstat (limited to 't/00-load.t')
-rw-r--r-- | t/00-load.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..dbce839 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,10 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'Business::OnlinePayment::IATSPayments' ) || print "Bail out! +"; +} + +diag( "Testing Business::OnlinePayment::IATSPayments $Business::OnlinePayment::IATSPayments::VERSION, Perl $], $^X" ); |