Committed by Greg Sabino Mullane <[email protected]> Bump version to 3.5.0: recent ping() changes require this.
--- Changes | 2 +- META.yml | 6 +++--- Makefile.PL | 2 +- Pg.pm | 4 ++-- README | 2 +- lib/Bundle/DBD/Pg.pm | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 61afe66..3f179d1 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ 'GSM' is Greg Sabino Mullane, [email protected] -Version 3.4.3 +Version 3.5.0 - Improve the workings of the ping() method, so it always tests for a valid database backend and returns the correct true/false. diff --git a/META.yml b/META.yml index f8432c4..8f1403c 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : DBD-Pg -version : 3.4.2 +version : 3.5.0 abstract : DBI PostgreSQL interface author: - Greg Sabino Mullane <[email protected]> @@ -30,10 +30,10 @@ recommends: provides: DBD::Pg: file : Pg.pm - version : 3.4.2 + version : 3.5.0 Bundle::DBD::Pg: file : lib/Bundle/DBD/Pg.pm - version : 3.4.2 + version : 3.5.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 4e0cb17..e2d686a 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.4.2'; +my $VERSION = '3.5.0'; ## App::Info is stored inside t/lib ## Create a proper path so we can use it below diff --git a/Pg.pm b/Pg.pm index 5bce425..de0eee2 100644 --- a/Pg.pm +++ b/Pg.pm @@ -16,7 +16,7 @@ use 5.008001; { package DBD::Pg; - use version; our $VERSION = qv('3.4.2'); + use version; our $VERSION = qv('3.5.0'); use DBI (); use DynaLoader (); @@ -1682,7 +1682,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module =head1 VERSION -This documents version 3.4.2 of the DBD::Pg module +This documents version 3.5.0 of the DBD::Pg module =head1 DESCRIPTION diff --git a/README b/README index 0a0c9ca..a46f0a0 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl DESCRIPTION: ------------ -This is version 3.4.2 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 3.5.0 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 875c874..ecd76f5 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.4.2'; +$VERSION = '3.5.0'; 1; -- 1.8.4
