summaryrefslogtreecommitdiff
path: root/t/load.t
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 /t/load.t
parent905c3c508e85c7baf978bf5099142322d660e585 (diff)
- PREREQ_PM on Business::OnlinePayment
- move load.t from t/ to t2/ - documentation updates
Diffstat (limited to 't/load.t')
-rw-r--r--t/load.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/load.t b/t/load.t
deleted file mode 100644
index ac1adbd..0000000
--- a/t/load.t
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use Business::OnlinePayment::LinkPoint;
-$loaded = 1;
-print "ok 1\n";