summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-10-28 14:40:44 +0000
committerivan <ivan>2006-10-28 14:40:44 +0000
commite34a01a4301f644cebe02a72f64a959073290c87 (patch)
tree7be07fcc9d4dd3d7d8069917807e85ff1475cd5b
parentd177cda5d1f99f5c163ee62861613bc02290d84f (diff)
add dependency on base B:OPBusiness_OnlinePayment_PPIPayMover_0_01
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
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 <ivan@>') : ()),
+ AUTHOR => 'Ivan Kohler <ivan-ppipaymover@420.am>') : ()),
);