summaryrefslogtreecommitdiff
path: root/t2
diff options
context:
space:
mode:
authorivan <ivan>2002-08-14 01:32:54 +0000
committerivan <ivan>2002-08-14 01:32:54 +0000
commit57be53d4eb43d9dba5ce1882f32e79a8167b472c (patch)
tree500b18061f1f759c5e657bca6740287cd32b94f7 /t2
parent905c3c508e85c7baf978bf5099142322d660e585 (diff)
- PREREQ_PM on Business::OnlinePayment
- move load.t from t/ to t2/ - documentation updates
Diffstat (limited to 't2')
-rw-r--r--t2/load.t5
1 files changed, 5 insertions, 0 deletions
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";