diff options
author | jeff <jeff> | 2008-06-24 02:10:41 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-24 02:10:41 +0000 |
commit | 0269ed0cf31fa866f4413dd81b7ca0cdaeee41d7 (patch) | |
tree | ee7e51c4009e2a99341cd36150ea25af566d3e89 /t/bop.t |
initial importinitial
Diffstat (limited to 't/bop.t')
-rw-r--r-- | t/bop.t | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/perl -w + +use Test::More tests => 1; + +use_ok 'Business::OnlinePayment'; |