From 659e4504588f68d5adca8c81001462a7e74e4d6c Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Jul 2007 01:17:51 +0000 Subject: add PREREQ_PM on lpperl --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 ', - 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, + 'lpperl' => 0, + }, #'NORECURS' => 1, # dont descend into subdirectories ); -- cgit v1.2.1