X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=c624b4b79fb157b6e118e2bcbd11fe340716c850;hb=ac87a6d1b67c9f274900945b80d1abda7ba2031f;hp=ba4b8eadc904c4ec18deff71a3d09ee800d27637;hpb=2bdce7b0c9d7468d676ee4bfa824b1fb0cbba207;p=Business-OnlinePayment-PayflowPro.git diff --git a/Makefile.PL b/Makefile.PL index ba4b8ea..c624b4b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( 'VERSION_FROM' => 'PayflowPro.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, - #?# 'PFProAPI' => 0, + 'PFProAPI' => 0, }, #'NORECURS' => 1, # dont descend into subdirectories );