Add webpayperl to PREREQ_PM
[Business-OnlinePayment-StGeorge.git] / Makefile.PL
index 746c961..4168358 100644 (file)
@@ -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' },
 );