summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2007-07-12 01:17:51 +0000
committerivan <ivan>2007-07-12 01:17:51 +0000
commit659e4504588f68d5adca8c81001462a7e74e4d6c (patch)
treee0ec9bb41f0d63db85da563471a7cdbe8daeed41 /Makefile.PL
parent67441cfca61a0b09337d81ac3d676f2615502216 (diff)
add PREREQ_PM on lpperl
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
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 <ivan-linkpoint@420.am>',
- 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, },
+ 'PREREQ_PM' => { 'Business::OnlinePayment' => 0,
+ 'lpperl' => 0,
+ },
#'NORECURS' => 1, # dont descend into subdirectories
);