summaryrefslogtreecommitdiff
path: root/t/00load.t
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-24 02:10:41 +0000
committerjeff <jeff>2008-06-24 02:10:41 +0000
commit0269ed0cf31fa866f4413dd81b7ca0cdaeee41d7 (patch)
treeee7e51c4009e2a99341cd36150ea25af566d3e89 /t/00load.t
initial importinitial
Diffstat (limited to 't/00load.t')
-rw-r--r--t/00load.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00load.t b/t/00load.t
new file mode 100644
index 0000000..e6664c4
--- /dev/null
+++ b/t/00load.t
@@ -0,0 +1,5 @@
+#!/usr/bin/perl -w
+
+use Test::More tests => 1;
+
+use_ok 'Business::OnlinePayment::IPPay';