From 29900bbdb208240837822c20ab3bcd72ad8a1a6a Mon Sep 17 00:00:00 2001 From: plobbes Date: Fri, 19 Jan 2007 05:25:02 +0000 Subject: - 00load.t replaces bop.t and load.t and now uses Test::More::BAIL_OUT --- t/bop.t | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 t/bop.t (limited to 't/bop.t') 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"); -- cgit v1.2.1