add missing build files
[Business-OnlinePayment-Jety.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..cc6c486
--- /dev/null
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+       use_ok( 'Business::OnlinePayment::Jety' );
+}
+
+diag( "Testing Business::OnlinePayment::Jety $Business::OnlinePayment::Jety::VERSION, Perl $], $^X" );