summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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 <ivan-payflowpro@420.am>',
'PREREQ_PM' => { 'Business::OnlinePayment' => 0,
- #?# 'PFProAPI' => 0,
+ 'PFProAPI' => 0,
},
#'NORECURS' => 1, # dont descend into subdirectories
);