diff options
author | ivan <ivan> | 2003-01-22 10:48:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-01-22 10:48:48 +0000 |
commit | a6890d361554f119a7230efec5c59e615b1728ed (patch) | |
tree | a49a63986df349ed58a081c99590acee32c9d66f /Makefile.PL | |
parent | b1085869cd350b0df23fcca35dc659e0d0cc46fa (diff) |
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
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 ); |