X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-StGeorge.git;a=blobdiff_plain;f=Makefile.PL;h=4168358d729900985776cd5335a995b88b25517f;hp=746c961cf342e0eac97fe9562453f0d93c86ba30;hb=HEAD;hpb=50e4bcc992753f5536b0ab1960b4c6e982cb6212 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' }, );