Add webpayperl to PREREQ_PM master
authorivan <ivan>
Sun, 23 Sep 2007 22:15:09 +0000 (22:15 +0000)
committerivan <ivan>
Sun, 23 Sep 2007 22:15:09 +0000 (22:15 +0000)
Changes
Makefile.PL
StGeorge.pm

diff --git a/Changes b/Changes
index 19777d5..f32da65 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment::StGeorge.
 
+0.03  unreleased
+        - Add webpayperl to PREREQ_PM
+
 0.02  Fri May  7 00:17:46 PDT 2004
        - Only call init_client and free_client once, fixes multiple
          transactions
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' },
 );
index 1227e8b..cd172ba 100644 (file)
@@ -6,7 +6,7 @@ use Carp qw(croak);
 use Business::OnlinePayment;
 
 @ISA = qw(Business::OnlinePayment);
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 use webpayperl; #webpayperl.pm from St.George
 webpayperl::init_client or croak "St.George initialization failed\n";