summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-01-24 16:51:46 -0800
committerMark Wells <mark@freeside.biz>2013-01-24 16:51:46 -0800
commitd8a1293c21b122228aeb32d965ae6f793e7c6d59 (patch)
tree5040229e243f8caa30af7dc15037792e19530aef /t/00-load.t
start
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t9
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..54a65c1
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Business::BatchPayment::CardFortress' ) || print "Bail out!\n";
+}
+
+diag( "Testing Business::BatchPayment::CardFortress $Business::BatchPayment::CardFortress::VERSION, Perl $], $^X" );