rename our internal VERSION sub to avoid conflict with Perl's needs (thanks to ETHER...
[Business-OnlinePayment-PPIPayMover.git] / Makefile.PL
index 7e0b989..7a4dd27 100644 (file)
@@ -5,8 +5,10 @@ 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,
+                           '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@>') : ()),
+       AUTHOR         => 'Ivan Kohler <ivan-ppipaymover@420.am>') : ()),
 );