Author: turnstep
Date: Mon Sep 22 16:13:10 2008
New Revision: 11866
Modified:
DBD-Pg/trunk/Changes
DBD-Pg/trunk/Makefile.PL
DBD-Pg/trunk/README
DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
Log:
Bump version to 2.10.7
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Mon Sep 22 16:13:10 2008
@@ -4,6 +4,8 @@
- Fix test issue when dbname contains dashes.
[Rainer Tammer]
+ - Revert META.yml to 1.0, until such time as tools
+ can handle 1.1 (CPAN bug #39461) [Taro Nishino]
2.10.6 Released September 19, 2008 (subversion r11830)
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Mon Sep 22 16:13:10 2008
@@ -7,7 +7,7 @@
use 5.006001;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.10.6';
+my $VERSION = '2.10.7';
my $lib;
BEGIN {
Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Mon Sep 22 16:13:10 2008
@@ -6,7 +6,7 @@
DESCRIPTION:
------------
-This is version 2.10.6 of DBD::Pg, the Perl interface to Postgres using DBI.
+This is version 2.10.7 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/
Modified: DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
==============================================================================
--- DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm (original)
+++ DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm Mon Sep 22 16:13:10 2008
@@ -4,7 +4,7 @@
use strict;
use warnings;
-$VERSION = '2.10.6';
+$VERSION = '2.10.7';
1;