summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authormark <mark>2009-10-07 16:38:40 +0000
committermark <mark>2009-10-07 16:38:40 +0000
commitc95a7bc2db620dd2eb857102511598b6c0bbca6f (patch)
treea89438efb4eea214219b13a6aa523fb4063c7440 /t/00-load.t
New Paymentech module renamed
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..b8e989c
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Business::OnlinePayment::PaymenTech' );
+}
+
+diag( "Testing Business::OnlinePayment::PaymenTech $Business::OnlinePayment::PaymenTech::VERSION, Perl $], $^X" );