[svn:DBD-Pg] r13051 - in DBD-Pg/trunk: . lib/Bundle/DBD

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Mon Jul 13 12:25:16 2009
New Revision: 13051

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/lib/Bundle/DBD/Pg.pm

Log:
Bump version for release candidate.


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes	(original)
+++ DBD-Pg/trunk/Changes	Mon Jul 13 12:25:16 2009
@@ -1,6 +1,6 @@
 ('GSM' is Greg Sabino Mullane, greg-738XdyZ4GzZWk0Htik3J/[email protected])
 
-2.14.0
+2.13.1_1
 
   - Make quoting of int, floats, and names much safer. (CPAN bug #41565) [GSM]
   - Return ints and bools-cast-to-number from the db as true Perlish numbers.

Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml	(original)
+++ DBD-Pg/trunk/META.yml	Mon Jul 13 12:25:16 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : DBD-Pg
-version                     : 2.13.1
+version                     : 2.13.1_1
 abstract                    : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <greg-738XdyZ4GzZWk0Htik3J/[email protected]>
@@ -39,10 +39,10 @@
 provides:
   DBD::Pg:
     file                    : Pg.pm
-    version                 : 2.13.1
+    version                 : 2.13.1_1
   Bundle::DBD::Pg:
     file                    : lib/Bundle/DBD/Pg.pm
-    version                 : 2.13.1
+    version                 : 2.13.1_1
 
 keywords:
   - Postgres

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL	(original)
+++ DBD-Pg/trunk/Makefile.PL	Mon Jul 13 12:25:16 2009
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.13.1';
+my $VERSION = '2.13.1_1';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm	(original)
+++ DBD-Pg/trunk/Pg.pm	Mon Jul 13 12:25:16 2009
@@ -17,7 +17,7 @@
 {
 	package DBD::Pg;
 
-	use version; our $VERSION = qv('2.13.1');
+	use version; our $VERSION = qv('2.13.1_1');
 
 	use DBI ();
 	use DynaLoader ();
@@ -649,7 +649,10 @@
 		$sth->execute(@exe_args) or return undef;
 
 		STAT_ROW:
+		#use Data::Dumper;
+		#warn Dumper $stats_sql;
 		while (my $row = $sth->fetchrow_hashref) {
+			#warn Dumper $row;
 			next if $row->{indexprs}; # We can't return these accurately via this interface ...
 			next if $unique_only and !$row->{indisunique};
 
@@ -1736,7 +1739,7 @@
 
 =head1 VERSION
 
-This documents version 2.13.1 of the DBD::Pg module
+This documents version 2.13.1_1 of the DBD::Pg module
 
 =head1 DESCRIPTION
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README	(original)
+++ DBD-Pg/trunk/README	Mon Jul 13 12:25:16 2009
@@ -1,11 +1,21 @@
 DBD::Pg  --  the DBI PostgreSQL interface for Perl
 
+===================================================
+WARNING!!
+
+THIS IS A TEST VERSION (2.13.1_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/
+===================================================
+
 # $Id$
 
 DESCRIPTION:
 ------------
 
-This is version 2.13.1 of DBD::Pg, the Perl interface to Postgres using DBI. 
+This is version 2.13.1_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/

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 Jul 13 12:25:16 2009
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-$VERSION = '2.13.1';
+$VERSION = '2.13.1_1';
 
 1;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.