From d83b1d67e56ccea8bde6212758378cf96137d89f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2007 22:15:09 +0000 Subject: Add webpayperl to PREREQ_PM --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 746c961..4168358 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,9 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment::StGeorge', 'VERSION_FROM' => 'StGeorge.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', - 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, }, + 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, + 'webpayperl' => 0, + }, #'NORECURS' => 1, # dont descend into subdirectories #'test' => { 'TESTS' => 't*/*.t' }, ); -- cgit v1.2.1