Author: turnstep
Date: Sun Feb 10 11:06:15 2008
New Revision: 10714

Modified:
   DBD-Pg/trunk/META.yml
   DBD-Pg/trunk/Makefile.PL
   DBD-Pg/trunk/Pg.pm
   DBD-Pg/trunk/README
   DBD-Pg/trunk/t/09arrays.t

Log:
Bump version.


Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Sun Feb 10 11:06:15 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                : DBD-Pg
-version             : 2.0.0_9
+version             : 2.0.0
 abstract            : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -25,7 +25,7 @@
 provides:
   DBD::Pg:
     file            : Pg.pm
-    version         : 1.50
+    version         : 2.0.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    Sun Feb 10 11:06:15 2008
@@ -6,7 +6,7 @@
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.0.0_9';
+my $VERSION = '2.0.0';
 
 my $lib;
 BEGIN {

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Sun Feb 10 11:06:15 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       our $VERSION = '2.0.0_9';;
+       our $VERSION = '2.0.0';;
 
        use DBI ();
        use DynaLoader ();
@@ -1625,7 +1625,7 @@
 
 =head1 VERSION
 
-This documents version 2.0.0_9 of the DBD::Pg module
+This documents version 2.0.0 of the DBD::Pg module
 
 =head1 SYNOPSIS
 

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Sun Feb 10 11:06:15 2008
@@ -1,13 +1,3 @@
-===================================================
-WARNING!!
-
-THIS IS A TEST VERSION (2.0.0_9) AND SHOULD BE USED 
-FOR TESTING PURPOSES ONLY. PLEASE USE A STABLE 
-VERSION (no underscore) BY VISITING:
-
-http://search.cpan.org/~dbdpg/
-===================================================
-
 DBD::Pg  --  the DBI PostgreSQL interface for Perl
 
 # $Id$
@@ -15,7 +5,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.0.0_9 of DBD-Pg.  The web site for this interface is at:
+This is version 2.0.0 of DBD-Pg.  The web site for this interface is at:
 
        http://search.cpan.org/~dbdpg/
 

Modified: DBD-Pg/trunk/t/09arrays.t
==============================================================================
--- DBD-Pg/trunk/t/09arrays.t   (original)
+++ DBD-Pg/trunk/t/09arrays.t   Sun Feb 10 11:06:15 2008
@@ -31,6 +31,8 @@
   $dbh->do('SET escape_string_warning = false');
 }
 
+
+
 my $SQL = q{DELETE FROM dbd_pg_test WHERE pname = 'Array Testing'};
 my $cleararray = $dbh->prepare($SQL);
 
@@ -437,7 +439,6 @@
                ## is_deeply does not handle type differences
                is((Dumper $result), (Dumper $expected), "Array test $msg : 
$input");
        }
-
 }
 
 ## Check utf-8 in and out of the database

Reply via email to