we need B:OP v3, declare so in Makefile.PL master
authorivan <ivan>
Wed, 2 Jul 2008 21:12:16 +0000 (21:12 +0000)
committerivan <ivan>
Wed, 2 Jul 2008 21:12:16 +0000 (21:12 +0000)
Changes
Makefile.PL
OpenECHO.pm

diff --git a/Changes b/Changes
index 08ba558..3d16c67 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.04  unreleased
+        - we need B:OP v3, declare so in Makefile.PL
+
 0.03  Sat Mar 25 02:11:51 PST 2006
        - Include final 0.02 changelog
        - Actually bump the version number this time
index a9667c6..5b80882 100644 (file)
@@ -8,7 +8,7 @@ WriteMakefile(
                                                             #the maintainer
     #'NORECURS'     => 1, # dont descend into subdirectories
     'PREREQ_PM'    => {
-                        'Business::OnlinePayment' => 0,
+                        'Business::OnlinePayment' => 3,
 
                         # for HTTPS (maybe it should be a separate dist?)
                         'URI::Escape' => 0,
index 7fca7b0..668bd8a 100644 (file)
@@ -59,7 +59,7 @@ use Business::OnlinePayment::HTTPS;
 use vars qw($VERSION @ISA $DEBUG);\r
 \r
 @ISA = qw(Business::OnlinePayment::HTTPS);\r
-$VERSION = '0.03';\r
+$VERSION = '0.04';\r
 $DEBUG = 0;\r
 \r
 sub set_defaults {\r