From 1e90419f5b23ab4b4fe17b5861958d75ac285c4d Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Mon, 9 Feb 2015 11:58:10 -0500 Subject: Getting code ready for CPAN and debian relase. --- t/t_00-load.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/t_00-load.t (limited to 't/t_00-load.t') diff --git a/t/t_00-load.t b/t/t_00-load.t new file mode 100644 index 0000000..a79fa22 --- /dev/null +++ b/t/t_00-load.t @@ -0,0 +1,10 @@ +#!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" ); -- cgit v1.2.1