From 449221e481daad31410736547ee5741a00f0f4b8 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Dec 2002 14:04:31 +0000 Subject: initial import --- t/load.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/load.t (limited to 't/load.t') diff --git a/t/load.t b/t/load.t new file mode 100644 index 0000000..119744b --- /dev/null +++ b/t/load.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n"; } +END {print "not ok 1\n" unless $loaded;} +use Business::OnlinePayment::PaymentsGateway; +$loaded = 1; +print "ok 1\n"; -- cgit v1.2.1