- Update for production URL
[Business-OnlinePayment-vSecureProcessing.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..a79fa22
--- /dev/null
@@ -0,0 +1,10 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+    use_ok( 'Business::OnlinePayment::vSecureProcessing' ) || print "Bail out!
+";
+}
+
+diag( "Testing Business::OnlinePayment::vSecureProcessing $Business::OnlinePayment::vSecureProcessing::VERSION, Perl $], $^X" );