Author: turnstep
Date: Wed Apr 30 16:09:42 2008
New Revision: 11159
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 to 2.6.2
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Wed Apr 30 16:09:42 2008
@@ -5,7 +5,7 @@
- Fix coredump when pg_getcopydata copies 0 rows into a
freshly created var. (CPAN bug #35556) [David Harris]
- Allow 'make test' create a test database from scratch if
- if it can't find an existing one to use. [GSM]
+ it cannot find an existing one to use. [GSM]
2.6.1 Released April 22, 2008 (subversion r11133)
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Wed Apr 30 16:09:42 2008
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 2.6.1_1
+version : 2.6.2
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -34,10 +34,10 @@
provides:
DBD::Pg:
file : Pg.pm
- version : 2.6.1_1
+ version : 2.6.2
Bundle::DBD::Pg:
file : lib/Bundle/DBD/Pg.pm
- version : 2.6.1_1
+ version : 2.6.2
keywords:
- Postgres
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Wed Apr 30 16:09:42 2008
@@ -7,7 +7,7 @@
use 5.006001;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.6.1_1';
+my $VERSION = '2.6.2';
my $lib;
BEGIN {
Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm (original)
+++ DBD-Pg/trunk/Pg.pm Wed Apr 30 16:09:42 2008
@@ -17,7 +17,7 @@
{
package DBD::Pg;
- use version; our $VERSION = qv('2.6.1_1');
+ use version; our $VERSION = qv('2.6.2');
use DBI ();
use DynaLoader ();
@@ -1657,7 +1657,7 @@
=head1 VERSION
-This documents version 2.6.1_1 of the DBD::Pg module
+This documents version 2.6.2 of the DBD::Pg module
=head1 SYNOPSIS
Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Wed Apr 30 16:09:42 2008
@@ -1,12 +1,3 @@
-===================================================
-WARNING!!
-
-THIS IS A TEST VERSION (2.6.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/
-===================================================
DBD::Pg -- the DBI PostgreSQL interface for Perl
@@ -15,7 +6,7 @@
DESCRIPTION:
------------
-This is version 2.6.1_1 of DBD-Pg. The web site for this interface, and
+This is version 2.6.2 of DBD-Pg. The web site for this interface, and
the latst vesion, 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 Wed Apr 30 16:09:42 2008
@@ -4,7 +4,7 @@
use strict;
use warnings;
-$VERSION = '2.6.1_1';
+$VERSION = '2.6.2';
1;