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