summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-07-02 21:12:16 +0000
committerivan <ivan>2008-07-02 21:12:16 +0000
commitd6841e2123a312b9ac18b0d030c79389a778a7df (patch)
treec60e344a8a02e7577709c5db8aaea0986b03af16
parente91f3ad5f7416debd2f32917e0b6cb96e5616565 (diff)
we need B:OP v3, declare so in Makefile.PLHEADmaster
-rw-r--r--Changes3
-rw-r--r--Makefile.PL2
-rw-r--r--OpenECHO.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 08ba558..3d16c67 100644
--- 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
diff --git a/Makefile.PL b/Makefile.PL
index a9667c6..5b80882 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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,
diff --git a/OpenECHO.pm b/OpenECHO.pm
index 7fca7b0..668bd8a 100644
--- a/OpenECHO.pm
+++ b/OpenECHO.pm
@@ -59,7 +59,7 @@ use Business::OnlinePayment::HTTPS;
use vars qw($VERSION @ISA $DEBUG);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.03';
+$VERSION = '0.04';
$DEBUG = 0;
sub set_defaults {