diff options
author | ivan <ivan> | 2007-09-23 21:59:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-23 21:59:19 +0000 |
commit | 2c7ff5cabba211f5152506e3c1f26baa857b2718 (patch) | |
tree | 77c292b8baab500375f20e3098dd9c156301c406 | |
parent | e34a01a4301f644cebe02a72f64a959073290c87 (diff) |
add Net::SSLeay to PREREQ_PM
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | Makefile.PL | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::PPIPayMover. +0.02 unreleased + - add Net::SSLeay to PREREQ_PM + 0.01 Fri Jun 30 04:25:46 2006 - original version; created by h2xs 1.23 with options -A -X -b 5.5.0 -v 0.01 -n Business::OnlinePayment::PPIPayMover diff --git a/Makefile.PL b/Makefile.PL index 19f11f6..7a4dd27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,9 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Business::OnlinePayment::PPIPayMover', VERSION_FROM => 'lib/Business/OnlinePayment/PPIPayMover.pm', # finds $VERSION - PREREQ_PM => { 'Business::OnlinePayment' => 0 }, + PREREQ_PM => { 'Business::OnlinePayment' => 0, + 'Net::SSLeay' => 0, + }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Business/OnlinePayment/PPIPayMover.pm', # retrieve abstract from module AUTHOR => 'Ivan Kohler <ivan-ppipaymover@420.am>') : ()), |