summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authormark <mark>2010-05-18 18:55:03 +0000
committermark <mark>2010-05-18 18:55:03 +0000
commitbfcab12bcc31b0445689f03593a8bdbaa84aa4a5 (patch)
tree78b2b44a5e959647974d4319b21c183d7bcee0ac /t
Initial release
Diffstat (limited to '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..6116487
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Business::OnlinePayment::NMI' );
+}
+
+diag( "Testing Business::OnlinePayment::NMI $Business::OnlinePayment::NMI::VERSION, Perl $], $^X" );