Author: turnstep
Date: Tue Aug  7 13:33:04 2007
New Revision: 9829

Modified:
   DBD-Pg/trunk/Changes
   DBD-Pg/trunk/Makefile.PL
   DBD-Pg/trunk/Pg.pm

Log:
More versioning tweaks, remove unwanted version.pm dependency.


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Tue Aug  7 13:33:04 2007
@@ -1,7 +1,7 @@
 ('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
 
 2.0.0
-       - Change versioning system to three numbered system, use version.pm.
+       - Change versioning system to three numbered system.
        - Add support for arrays: can pass in arrayrefs to execute, and 
                they are automatically returned as arrays when fetching. [GSM]
        - Overhauled the data type system. [GSM]

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Tue Aug  7 13:33:04 2007
@@ -8,7 +8,7 @@
 use DBI 1.45;
 use DBI::DBD;
 
-use version; my $VERSION = qv("2.0.0_1");
+my $VERSION = '2.0.0_1';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Tue Aug  7 13:33:04 2007
@@ -16,7 +16,7 @@
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv("2.0.0_1");
+       our $VERSION = '2.0.0_1';;
 
        use DBI ();
        use DynaLoader ();

Reply via email to