Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 1/2] Bump version to 3.2.1
--- Changes | 5 +++++ META.yml | 6 +++--- Makefile.PL | 4 ++-- Pg.pm | 4 ++-- README | 2 +- lib/Bundle/DBD/Pg.pm | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 8c6f4c3..e5d32e9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ 'GSM' is Greg Sabino Mullane, [email protected] +Version 3.2.1 + + - Adjust test regex to fix failing t/01_connect.t on some platforms + [Greg Sabino Mullane] + Version 3.2.0 Released May 15, 2014 (git commit 897974c2865259bb9786d8b0989f8e42db0a0d79) diff --git a/META.yml b/META.yml index e80badc..18f9f90 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : DBD-Pg -version : 3.2.0 +version : 3.2.1 abstract : DBI PostgreSQL interface author: - Greg Sabino Mullane <[email protected]> @@ -30,10 +30,10 @@ recommends: provides: DBD::Pg: file : Pg.pm - version : 3.2.0 + version : 3.2.1 Bundle::DBD::Pg: file : lib/Bundle/DBD/Pg.pm - version : 3.2.0 + version : 3.2.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 294344f..8dcb0a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use warnings; use 5.008001; ## No version.pm for this one, as the prereqs are not loaded yet. -my $VERSION = '3.2.0'; +my $VERSION = '3.2.1'; ## App::Info is stored inside t/lib ## Create a proper path so we can use it below @@ -303,7 +303,7 @@ MAKE_FRAG $string .= <<'MAKE_SPLINT'; -## This must be version 3.2.0 or better: earlier versions have many +## This must be version 3.2.1 or better: earlier versions have many ## problems parsing the DBI header files SPLINT = splint diff --git a/Pg.pm b/Pg.pm index f1e951c..d4b9fba 100644 --- a/Pg.pm +++ b/Pg.pm @@ -16,7 +16,7 @@ use 5.008001; { package DBD::Pg; - use version; our $VERSION = qv('3.2.0'); + use version; our $VERSION = qv('3.2.1'); use DBI (); use DynaLoader (); @@ -1778,7 +1778,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module =head1 VERSION -This documents version 3.2.0 of the DBD::Pg module +This documents version 3.2.1 of the DBD::Pg module =head1 DESCRIPTION diff --git a/README b/README index ec90400..e1a6604 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl DESCRIPTION: ------------ -This is version 3.2.0 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 3.2.1 of DBD::Pg, the Perl interface to Postgres using DBI. The web site for this interface, and the latest version, can be found at: http://search.cpan.org/dist/DBD-Pg/ diff --git a/lib/Bundle/DBD/Pg.pm b/lib/Bundle/DBD/Pg.pm index 01cb7ea..951d8d2 100644 --- a/lib/Bundle/DBD/Pg.pm +++ b/lib/Bundle/DBD/Pg.pm @@ -4,7 +4,7 @@ package Bundle::DBD::Pg; use strict; use warnings; -$VERSION = '3.2.0'; +$VERSION = '3.2.1'; 1; -- 1.8.4
