Author: turnstep
Date: Sat Feb 16 20:47:39 2008
New Revision: 10756
Modified:
DBD-Pg/trunk/META.yml
DBD-Pg/trunk/Makefile.PL
DBD-Pg/trunk/Pg.pm
DBD-Pg/trunk/README
DBD-Pg/trunk/README.dev
Log:
Too many changes to consider this a minor revision.
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Sat Feb 16 20:47:39 2008
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : DBD-Pg
-version : 2.0.1
+version : 2.1.0
abstract : DBI PostgreSQL interface
author:
- Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -25,7 +25,7 @@
provides:
DBD::Pg:
file : Pg.pm
- version : 2.0.1
+ version : 2.1.0
resources:
homepage : http://search.cpan.org/dist/DBD-Pg/
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Sat Feb 16 20:47:39 2008
@@ -6,7 +6,7 @@
use warnings;
use 5.006001;
-use version; my $VERSION = qv("2.0.1");
+use version; my $VERSION = qv("2.1.0");
my $lib;
BEGIN {
Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm (original)
+++ DBD-Pg/trunk/Pg.pm Sat Feb 16 20:47:39 2008
@@ -17,7 +17,7 @@
{
package DBD::Pg;
- use version; our $VERSION = qv("2.0.1");
+ use version; our $VERSION = qv("2.1.0");
use DBI ();
use DynaLoader ();
@@ -1625,7 +1625,7 @@
=head1 VERSION
-This documents version 2.0.1 of the DBD::Pg module
+This documents version 2.1.0 of the DBD::Pg module
=head1 SYNOPSIS
Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Sat Feb 16 20:47:39 2008
@@ -5,7 +5,7 @@
DESCRIPTION:
------------
-This is version 2.0.1 of DBD-Pg. The web site for this interface is at:
+This is version 2.1.0 of DBD-Pg. The web site for this interface is at:
http://search.cpan.org/~dbdpg/
Modified: DBD-Pg/trunk/README.dev
==============================================================================
--- DBD-Pg/trunk/README.dev (original)
+++ DBD-Pg/trunk/README.dev Sat Feb 16 20:47:39 2008
@@ -77,7 +77,7 @@
Makefile - Generated automatically by Makefile.PL
-META.yml - YAML description file. Updated by hand and contains a version
number.
+META.yml - YAML description file. Updated by hand and contains version number
in two places.
* Distribution files:
@@ -478,10 +478,10 @@
Version numbers are currently set in five files:
README (one or two places)
-Pg.pm (two places!)
+Pg.pm (two places)
Changes
Makefile.PL
-META.yml
+META.yml (two places)
===============