From 2c7ff5cabba211f5152506e3c1f26baa857b2718 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2007 21:59:19 +0000 Subject: add Net::SSLeay to PREREQ_PM --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 ') : ()), -- cgit v1.2.1