Committed by Greg Sabino Mullane <[email protected]>
Subject: [DBD::Pg 2/2] Bump version to DBI to 1.54 everywhere. Credit recent
change.
---
Changes | 5 +++++
META.yml | 6 +++---
Pg.pm | 2 +-
README | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/Changes b/Changes
index de0fe90..4b320ab 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,8 @@ Version 3.0.0?
always mark returned Perl strings as utf8. See the docs for
pg_enable_utf8 for more information.
+ - Bump DBI requirement to 1.54
+
- Map SQL_CHAR back to bpchar, not char. [GSM]
- Do not force oids to Perl ints (CPAN bug #85836)
@@ -39,6 +41,9 @@ Version 3.0.0?
- Change NOTICE to DEBUG1 in t/02attribs.t test for handle attribute
"PrintWarn":
implicit index creation is now quieter in Postgres [Erik Rijkers]
+ - Use correct SQL_BIGINT constant for int8
+ [Dagfinn Ilmari Mannsåker]
+
Version 2.19.3 Released August 21, 2012 (git commit
be018f10fdaf4163f98affcb7244046e8f47420d)
diff --git a/META.yml b/META.yml
index 4a14a00..e8835d2 100644
--- a/META.yml
+++ b/META.yml
@@ -10,16 +10,16 @@ distribution_type : module
dynamic_config : 1
requires:
- DBI : 1.52
+ DBI : 1.54
perl : 5.006001
version : 0
build_requires:
- DBI : 1.52
+ DBI : 1.54
Test::More : 0.61
Time::HiRes : 0
version : 0
configure_requires:
- DBI : 1.52
+ DBI : 1.54
version : 0
recommends:
Cwd : 0
diff --git a/Pg.pm b/Pg.pm
index da2b308..8e54dbf 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -71,7 +71,7 @@ use 5.006001;
Exporter::export_ok_tags('pg_types', 'async');
@EXPORT = qw($DBDPG_DEFAULT PG_ASYNC PG_OLDQUERY_CANCEL
PG_OLDQUERY_WAIT PG_BYTEA);
- require_version DBI 1.52;
+ require_version DBI 1.54;
bootstrap DBD::Pg $VERSION;
diff --git a/README b/README
index 03036b1..8f3bae8 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ REQUIREMENTS:
-------------
build, test, and install Perl 5 (at least 5.6.1)
- build, test, and install the DBI module (at least 1.52)
+ 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