Author: turnstep
Date: Thu Apr 10 10:48:29 2008
New Revision: 11065

Modified:
   DBD-Pg/trunk/Changes
   DBD-Pg/trunk/META.yml
   DBD-Pg/trunk/Pg.pm
   DBD-Pg/trunk/README

Log:
Bump version, add optimistic yet unproven assertion in Changes.


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Thu Apr 10 10:48:29 2008
@@ -1,5 +1,9 @@
 ('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
 
+2.5.2 Released April, 2008
+
+       - Fix minor build issue with Strawberry Perl [GSM]
+
 2.5.1 Released April 7, 2008 (subversion r11056)
 
        - Correctly handle negative PID numbers on Win32 systems when

Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Thu Apr 10 10:48:29 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                  : DBD-Pg
-version               : 2.5.1
+version               : 2.5.2
 abstract              : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -34,7 +34,7 @@
 provides:
   DBD::Pg:
     file              : Pg.pm
-    version           : 2.5.1
+    version           : 2.5.2
 
 keywords:
   - Postgres

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Thu Apr 10 10:48:29 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv('2.5.1');
+       use version; our $VERSION = qv('2.5.2');
 
        use DBI ();
        use DynaLoader ();
@@ -1656,7 +1656,7 @@
 
 =head1 VERSION
 
-This documents version 2.5.1 of the DBD::Pg module
+This documents version 2.5.2 of the DBD::Pg module
 
 =head1 SYNOPSIS
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Thu Apr 10 10:48:29 2008
@@ -5,7 +5,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.5.1 of DBD-Pg.  The web site for this interface is at:
+This is version 2.5.2 of DBD-Pg.  The web site for this interface is at:
 
        http://search.cpan.org/dist/DBD-Pg/
 

Reply via email to