Author: turnstep
Date: Sun Nov 30 14:09:04 2008
New Revision: 12120
Modified:
DBD-Pg/trunk/Changes
DBD-Pg/trunk/META.yml
DBD-Pg/trunk/Makefile.PL
DBD-Pg/trunk/Pg.pm
DBD-Pg/trunk/README
DBD-Pg/trunk/TODO
DBD-Pg/trunk/lib/Bundle/DBD/Pg.pm
Log:
Version bump, note new TODO
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Sun Nov 30 14:09:04 2008
@@ -3,7 +3,7 @@
2.11.6
- Only set UTF8 flag on array items after UTF8 test. (CPAN bug #41253)
- [Armando Santos]
+ [Armando Santos]
2.11.5 Released November 24, 2008 (subversion r12102)
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Sun Nov 30 14:09:04 2008
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 2.11.5
+version : 2.11.6
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -39,10 +39,10 @@
provides:
DBD::Pg:
file : Pg.pm
- version : 2.11.5
+ version : 2.11.6
Bundle::DBD::Pg:
file : lib/Bundle/DBD/Pg.pm
- version : 2.11.5
+ version : 2.11.6
keywords:
- Postgres
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Sun Nov 30 14:09:04 2008
@@ -7,7 +7,7 @@
use 5.006001;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.11.5';
+my $VERSION = '2.11.6';
my $lib;
BEGIN {
Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm (original)
+++ DBD-Pg/trunk/Pg.pm Sun Nov 30 14:09:04 2008
@@ -17,7 +17,7 @@
{
package DBD::Pg;
- use version; our $VERSION = qv('2.11.5');
+ use version; our $VERSION = qv('2.11.6');
use DBI ();
use DynaLoader ();
@@ -1703,7 +1703,7 @@
=head1 VERSION
-This documents version 2.11.5 of the DBD::Pg module
+This documents version 2.11.6 of the DBD::Pg module
=head1 DESCRIPTION
Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Sun Nov 30 14:09:04 2008
@@ -6,7 +6,7 @@
DESCRIPTION:
------------
-This is version 2.11.5 of DBD::Pg, the Perl interface to Postgres using DBI.
+This is version 2.11.6 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/TODO
==============================================================================
--- DBD-Pg/trunk/TODO (original)
+++ DBD-Pg/trunk/TODO Sun Nov 30 14:09:04 2008
@@ -20,3 +20,4 @@
- Support a flag for behind-the-scenes CURSOR to emulate partial fetches.
- Handle unicode conversion better and perhaps eliminate the need for
the pg_enable_utf8 attribute.
+- Fix this: http://nntp.x.perl.org/group/perl.cpan.testers/2698430
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 Sun Nov 30 14:09:04 2008
@@ -4,7 +4,7 @@
use strict;
use warnings;
-$VERSION = '2.11.5';
+$VERSION = '2.11.6';
1;