From e1bf5c280a8581314d4832de6d1baf2181b389c6 Mon Sep 17 00:00:00 2001 From: plobbes Date: Fri, 19 Jan 2007 16:15:25 +0000 Subject: [PATCH] - "use" test was moved to 00load.t --- t/bop.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/bop.t b/t/bop.t index cff3306..ba4c6cd 100644 --- a/t/bop.t +++ b/t/bop.t @@ -2,9 +2,9 @@ use strict; use warnings; -use Test::More tests => 58; +use Test::More tests => 57; -BEGIN { use_ok("Business::OnlinePayment") or exit; } +use Business::OnlinePayment; { # fake test driver 1 (no submit method) -- 2.11.0