Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 4/4] Bump version to 2.19.3
--- Changes | 6 ++++++ META.yml | 6 +++--- Makefile.PL | 2 +- Pg.pm | 4 ++-- README | 2 +- lib/Bundle/DBD/Pg.pm | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index e387fa3..e060808 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ 'GSM' is Greg Sabino Mullane, [email protected] +Version 2.19.3 Released ?? + + - Fix bug in pg_st_split_statement causing segfaults + (CPAN bug #79035) + + Version 2.19.2 Released March 12, 2012 - Fix errors when multiple same-named placeholders are used. [GSM] diff --git a/META.yml b/META.yml index 9fa1ee0..4a14a00 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : DBD-Pg -version : 2.19.2 +version : 2.19.3 abstract : DBI PostgreSQL interface author: - Greg Sabino Mullane <[email protected]> @@ -30,10 +30,10 @@ recommends: provides: DBD::Pg: file : Pg.pm - version : 2.19.2 + version : 2.19.3 Bundle::DBD::Pg: file : lib/Bundle/DBD/Pg.pm - version : 2.19.2 + version : 2.19.3 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index d8c1ebc..b48d868 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use warnings; use 5.006001; ## No version.pm for this one, as the prereqs are not loaded yet. -my $VERSION = '2.19.2'; +my $VERSION = '2.19.3'; ## 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 586d37f..c84c10e 100644 --- a/Pg.pm +++ b/Pg.pm @@ -16,7 +16,7 @@ use 5.006001; { package DBD::Pg; - use version; our $VERSION = qv('2.19.2'); + use version; our $VERSION = qv('2.19.3'); use DBI (); use DynaLoader (); @@ -1738,7 +1738,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module =head1 VERSION -This documents version 2.19.2 of the DBD::Pg module +This documents version 2.19.3 of the DBD::Pg module =head1 DESCRIPTION diff --git a/README b/README index 08931c7..6dfa8ef 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl DESCRIPTION: ------------ -This is version 2.19.2 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 2.19.3 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 5b94e98..5bc46a2 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 = '2.19.2'; +$VERSION = '2.19.3'; 1; -- 1.7.1
