Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 2/2] Set version to 2.99.9_1 for pre 3.0 testing.
--- Changes | 2 +- META.yml | 6 +++--- Makefile.PL | 2 +- Pg.pm | 4 ++-- README | 12 +++++++++++- lib/Bundle/DBD/Pg.pm | 2 +- 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 29cf9a3..069332e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ 'GSM' is Greg Sabino Mullane, [email protected]) -Version ??? +Version 2.99.9_1 (will be 3.0.0) - Cleanup and overhaul the UTF-8 support. Use the server_encoding to determine if we set the internal utf8 flag on text from the database. diff --git a/META.yml b/META.yml index 7ceaac4..2325ab1 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : DBD-Pg -version : 2.18.1 +version : 2.99.9_1 abstract : DBI PostgreSQL interface author: - Greg Sabino Mullane <[email protected]> @@ -30,10 +30,10 @@ recommends: provides: DBD::Pg: file : Pg.pm - version : 2.18.1 + version : 2.99.9_1 Bundle::DBD::Pg: file : lib/Bundle/DBD/Pg.pm - version : 2.18.1 + version : 2.99.9_1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 6eb9fb3..026db0a 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.18.1'; +my $VERSION = '2.99.9_1'; ## 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 5dbaf14..0af8439 100644 --- a/Pg.pm +++ b/Pg.pm @@ -16,7 +16,7 @@ use 5.006001; { package DBD::Pg; - use version; our $VERSION = qv('2.18.1'); + use version; our $VERSION = qv('2.99.9_1'); use DBI (); use DynaLoader (); @@ -1732,7 +1732,7 @@ DBD::Pg - PostgreSQL database driver for the DBI module =head1 VERSION -This documents version 2.18.1 of the DBD::Pg module +This documents version 2.99.9_1 of the DBD::Pg module =head1 DESCRIPTION diff --git a/README b/README index a60cbaf..5e629e9 100644 --- a/README +++ b/README @@ -1,3 +1,13 @@ +=================================================== +WARNING!! + +THIS IS A TEST VERSION (2.99.9_1) AND SHOULD BE USED +FOR TESTING PURPOSES ONLY. PLEASE USE A STABLE +VERSION (no underscore) BY VISITING: + +http://search.cpan.org/dist/DBD-Pg/ +=================================================== + DBD::Pg is Copyright (C) 1994-2011, Greg Sabino Mullane DBD::Pg -- the DBI PostgreSQL interface for Perl @@ -6,7 +16,7 @@ DBD::Pg -- the DBI PostgreSQL interface for Perl DESCRIPTION: ------------ -This is version 2.18.1 of DBD::Pg, the Perl interface to Postgres using DBI. +This is version 2.99.9_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 3dcc6a2..468fc25 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.18.1'; +$VERSION = '2.99.9_1'; 1; -- 1.7.0.5
