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