summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authormark <mark>2009-06-05 09:05:56 +0000
committermark <mark>2009-06-05 09:05:56 +0000
commitf982892c5f462471d94d40d29740178d04a78caa (patch)
tree76c9869d761bbf0a023b0151b05a725121a4b1fd /t/00-load.t
B:OP:WesternACH startstart
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..2b56323
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Business::OnlinePayment::WesternACH' );
+}
+
+diag( "Testing Business::OnlinePayment::WesternACH $Business::OnlinePayment::WesternACH::VERSION, Perl $], $^X" );