summaryrefslogtreecommitdiff
path: root/t/00load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00load.t')
-rw-r--r--t/00load.t10
1 files changed, 4 insertions, 6 deletions
diff --git a/t/00load.t b/t/00load.t
index 0eb8c34..32f49fc 100644
--- a/t/00load.t
+++ b/t/00load.t
@@ -4,10 +4,8 @@ use strict;
use warnings;
use Test::More tests => 2;
-BEGIN {
- use_ok("Business::OnlinePayment")
- or BAIL_OUT("unable to load Business::OnlinePayment\n");
+use_ok("Business::OnlinePayment")
+ or BAIL_OUT("unable to load Business::OnlinePayment\n");
- use_ok("Business::OnlinePayment::PayflowPro")
- or BAIL_OUT("unable to load Business::OnlinePayment::PayflowPro\n");
-}
+use_ok("Business::OnlinePayment::PayflowPro")
+ or BAIL_OUT("unable to load Business::OnlinePayment::PayflowPro\n");