summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-06 01:22:06 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-06 01:22:06 -0800
commitc1b518f59064671309c220489efd8d59daade4aa (patch)
tree923656164810295ca6bd29e048d845480c70cf4f /t/00-load.t
first crack at module
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t10
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" );