X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=95f9c981555acf9cb10a043a00b4e86704ee8443;hb=d904bbb8d30c306e0c7055004b177b43340ab5cf;hp=bb32ada0d6cc0c2feca1bee7476132fca2defc7e;hpb=563e5cf00aa4a7eb8697ce831e3e62cbb117d8b9;p=Business-OnlinePayment-LinkPoint.git diff --git a/Makefile.PL b/Makefile.PL index bb32ada..95f9c98 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,5 +5,6 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment::LinkPoint', 'VERSION_FROM' => 'LinkPoint.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, #'NORECURS' => 1, # dont descend into subdirectories );