X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=6563db88749e25d2feff0e01b0cee29c353347a2;hb=8bad888bb21187ddb50bda55961f7c29acdb359d;hp=daa21a6a247f9a97cd9a13df3bbe405842672417;hpb=d70b814f88d5d851f09c9cf45ec804156b3fa8f7;p=Business-OnlinePayment-AuthorizeNet.git diff --git a/Makefile.PL b/Makefile.PL index daa21a6..6563db8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ WriteMakefile( 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Text::CSV_XS' => 0, + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, );