From: ivan Date: Sat, 28 Oct 2006 14:40:44 +0000 (+0000) Subject: add dependency on base B:OP X-Git-Tag: Business_OnlinePayment_PPIPayMover_0_01 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PPIPayMover.git;a=commitdiff_plain;h=e34a01a4301f644cebe02a72f64a959073290c87 add dependency on base B:OP --- diff --git a/Makefile.PL b/Makefile.PL index 7e0b989..19f11f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,8 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Business::OnlinePayment::PPIPayMover', VERSION_FROM => 'lib/Business/OnlinePayment/PPIPayMover.pm', # finds $VERSION - PREREQ_PM => {}, # e.g., Module::Name => 1.1 + PREREQ_PM => { 'Business::OnlinePayment' => 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 ') : ()), + AUTHOR => 'Ivan Kohler ') : ()), );