From 7970453a32726aba2f490c7e67cea29c11935f91 Mon Sep 17 00:00:00 2001 From: lawrence Date: Thu, 31 Aug 2006 15:08:16 +0000 Subject: [PATCH] Doh! Forgot to fix the test count in bop.t --- t/bop.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/bop.t b/t/bop.t index 7b8f34e..db12334 100644 --- a/t/bop.t +++ b/t/bop.t @@ -1,9 +1,9 @@ #!/usr/bin/perl -# $Id: bop.t,v 1.4 2006-08-31 15:06:32 lawrence Exp $ +# $Id: bop.t,v 1.5 2006-08-31 15:08:16 lawrence Exp $ use strict; use warnings; -use Test::More tests => 49; +use Test::More tests => 50; BEGIN { use_ok("Business::OnlinePayment") or exit; } -- 2.11.0