Committed by Greg Sabino Mullane <[email protected]>

Bump Perl requirement to 5.8.4. May go up further, but
let's put this stake in the ground.

---
 Changes     | 2 ++
 META.yml    | 2 +-
 Makefile.PL | 2 +-
 Pg.pm       | 2 +-
 README      | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index cd91871..4017b82 100644
--- a/Changes
+++ b/Changes
@@ -9,6 +9,8 @@ Version 3.0.0?
 
   - Bump DBI requirement to 1.54
 
+  - Bump Perl requirement to 5.8.4
+
   - Map SQL_CHAR back to bpchar, not char. [GSM]
 
   - Do not force oids to Perl ints (CPAN bug #85836)
diff --git a/META.yml b/META.yml
index e8835d2..deea359 100644
--- a/META.yml
+++ b/META.yml
@@ -11,7 +11,7 @@ dynamic_config              : 1
 
 requires:
   DBI                       : 1.54
-  perl                      : 5.006001
+  perl                      : 5.008004
   version                   : 0
 build_requires:
   DBI                       : 1.54
diff --git a/Makefile.PL b/Makefile.PL
index e462846..49c2034 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 use Config;
 use strict;
 use warnings;
-use 5.006001;
+use 5.008004;
 
 ## 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 8e54dbf..7f73e06 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -11,7 +11,7 @@
 
 use strict;
 use warnings;
-use 5.006001;
+use 5.008004;
 
 {
        package DBD::Pg;
diff --git a/README b/README
index 8f3bae8..6cdef14 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.6.1)
+       build, test, and install Perl 5         (at least 5.8.4)
        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

Reply via email to