From 57be53d4eb43d9dba5ce1882f32e79a8167b472c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Aug 2002 01:32:54 +0000 Subject: - PREREQ_PM on Business::OnlinePayment - move load.t from t/ to t2/ - documentation updates --- t2/load.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t2/load.t (limited to 't2') diff --git a/t2/load.t b/t2/load.t new file mode 100644 index 0000000..ac1adbd --- /dev/null +++ b/t2/load.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n"; } +END {print "not ok 1\n" unless $loaded;} +use Business::OnlinePayment::LinkPoint; +$loaded = 1; +print "ok 1\n"; -- cgit v1.2.1