From 152b30841449eeec51a3d2d200d7c1ac064d648c Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 16 Nov 2002 22:30:43 +0000 Subject: [PATCH] bryan d foy said to "try quoting the version number." in PREREQ_PM. thanks! what a weird bug. --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 27e1d6b..dabbbab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,11 @@ WriteMakefile( 'VERSION_FROM' => 'OCV.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'PREREQ_PM' => { #'Net::SSLeay' => 0, #'Text::CSV_XS' => 0, - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => '0', #'Business::CreditCard' => 0.27, - 'Business::OCV' => 0, + 'Business::OCV' => '0', }, ); -- 2.11.0