From f0129cade2265fea564ea56cb7dbcd70cb4776f0 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Apr 2002 01:34:54 +0000 Subject: debugging information --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index daa21a6..f6d8bd9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ WriteMakefile( 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Text::CSV_XS' => 0 + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, ); -- cgit v1.2.1