summaryrefslogtreecommitdiff
path: root/t/bop.t
diff options
context:
space:
mode:
authorplobbes <plobbes>2007-01-19 05:25:02 +0000
committerplobbes <plobbes>2007-01-19 05:25:02 +0000
commit29900bbdb208240837822c20ab3bcd72ad8a1a6a (patch)
treed31b82eddcb44301f4c46cee2a991565d542580b /t/bop.t
parentda47837ad2e5a0d32e96393a557ab3a8df32c2bb (diff)
- 00load.t replaces bop.t and load.t and now uses Test::More::BAIL_OUT
Diffstat (limited to 't/bop.t')
-rw-r--r--t/bop.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/bop.t b/t/bop.t
deleted file mode 100644
index 504071e..0000000
--- a/t/bop.t
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-use Test::More tests => 1;
-
-use_ok("Business::OnlinePayment");