From f6660ccc1cf3719650dc179aa7b1fd117b07ed0b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Jul 2014 12:13:23 -0700 Subject: initial try at a module --- t/00-load.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/00-load.t (limited to 't/00-load.t') diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..1a0cc65 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,10 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'Business::OnlinePayment::FirstDataGlobalGateway' ) || print "Bail out! +"; +} + +diag( "Testing Business::OnlinePayment::FirstDataGlobalGateway $Business::OnlinePayment::FirstDataGlobalGateway::VERSION, Perl $], $^X" ); -- cgit v1.2.1