diff options
Diffstat (limited to 't/t_00-load.t')
-rw-r--r-- | t/t_00-load.t | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/t/t_00-load.t b/t/t_00-load.t deleted file mode 100644 index a79fa22..0000000 --- a/t/t_00-load.t +++ /dev/null @@ -1,10 +0,0 @@ -#!perl -T - -use Test::More tests => 1; - -BEGIN { - use_ok( 'Business::OnlinePayment::vSecureProcessing' ) || print "Bail out! -"; -} - -diag( "Testing Business::OnlinePayment::vSecureProcessing $Business::OnlinePayment::vSecureProcessing::VERSION, Perl $], $^X" ); |