From 7af3e137d97474aa364a585359bbfb400f0594cf Mon Sep 17 00:00:00 2001 From: fbriere Date: Mon, 13 Feb 2006 21:10:31 +0000 Subject: Initial import --- t/10base.t | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 t/10base.t (limited to 't/10base.t') diff --git a/t/10base.t b/t/10base.t new file mode 100755 index 0000000..2f956f2 --- /dev/null +++ b/t/10base.t @@ -0,0 +1,4 @@ +use Test::More tests => 2; + +BEGIN { use_ok('Business::OnlinePayment') }; +BEGIN { use_ok('Business::OnlinePayment::InternetSecure') }; -- cgit v1.2.1