Committed by Greg Sabino Mullane <[email protected]>
Move Perl requirement down to 5.8.1, per RT request.
---
Changes | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
Pg.pm | 2 +-
README | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Changes b/Changes
index c2d484f..5f3c679 100644
--- a/Changes
+++ b/Changes
@@ -9,7 +9,7 @@ Version 3.0.0?
- Bump DBI requirement to 1.54
- - Bump Perl requirement to 5.8.4
+ - Bump Perl requirement to 5.8.1
- Map SQL_CHAR back to bpchar, not char. [GSM]
diff --git a/META.yml b/META.yml
index deea359..314a293 100644
--- a/META.yml
+++ b/META.yml
@@ -11,7 +11,7 @@ dynamic_config : 1
requires:
DBI : 1.54
- perl : 5.008004
+ perl : 5.008001
version : 0
build_requires:
DBI : 1.54
diff --git a/Makefile.PL b/Makefile.PL
index 49c2034..b0a9344 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
use Config;
use strict;
use warnings;
-use 5.008004;
+use 5.008001;
## No version.pm for this one, as the prereqs are not loaded yet.
my $VERSION = '2.19.3';
diff --git a/Pg.pm b/Pg.pm
index 7f73e06..60d59b1 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -11,7 +11,7 @@
use strict;
use warnings;
-use 5.008004;
+use 5.008001;
{
package DBD::Pg;
diff --git a/README b/README
index 6cdef14..b16ba9e 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ For information on what has changed for each version, see the
Changes files.
REQUIREMENTS:
-------------
- build, test, and install Perl 5 (at least 5.8.4)
+ build, test, and install Perl 5 (at least 5.8.1)
build, test, and install the DBI module (at least 1.54)
build, test, and install PostgreSQL (at least 7.4)
build, test, and install Test::Simple (at least 0.47)
--
1.8.4