diff options
author | ivan <ivan> | 2002-11-16 22:30:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-16 22:30:41 +0000 |
commit | 49aca2a8e2538e4567cb8e801df96d2a371d5c2c (patch) | |
tree | 9e5c6e7b6771955b3157a16a6b286dd73843d63a | |
parent | 9098cc881aa72b5575c7e330e6211972c92ed824 (diff) |
bryan d foy said to "try quoting the version number." in PREREQ_PM. thanks!
what a weird bug.
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 0474271..38d90f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,9 +6,9 @@ WriteMakefile( 'VERSION_FROM' => 'Jettis.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler <ivan-jettis@420.am>', #'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, }, ); |