From 0269ed0cf31fa866f4413dd81b7ca0cdaeee41d7 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 24 Jun 2008 02:10:41 +0000 Subject: initial import --- t/00load.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/00load.t (limited to 't/00load.t') diff --git a/t/00load.t b/t/00load.t new file mode 100644 index 0000000..e6664c4 --- /dev/null +++ b/t/00load.t @@ -0,0 +1,5 @@ +#!/usr/bin/perl -w + +use Test::More tests => 1; + +use_ok 'Business::OnlinePayment::IPPay'; -- cgit v1.2.1