summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2007-09-23 22:15:09 +0000
committerivan <ivan>2007-09-23 22:15:09 +0000
commitd83b1d67e56ccea8bde6212758378cf96137d89f (patch)
tree7bcb15ad17f5b7350707787cc1405bcdc5546fa0 /Makefile.PL
parent0209ae7362ac5cc905bb63b1fcff4160c70df0cc (diff)
Add webpayperl to PREREQ_PMHEADmaster
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 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 <ivan-stgeorge@420.am>',
- 'PREREQ_PM' => { 'Business::OnlinePayment' => 0, },
+ 'PREREQ_PM' => { 'Business::OnlinePayment' => 0,
+ 'webpayperl' => 0,
+ },
#'NORECURS' => 1, # dont descend into subdirectories
#'test' => { 'TESTS' => 't*/*.t' },
);