Author: turnstep
Date: Mon Jun 23 07:05:01 2008
New Revision: 11444

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
   DBD-Pg/trunk/t/12placeholders.t

Log:
Version bump for safety.


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Mon Jun 23 07:05:01 2008
@@ -1,5 +1,7 @@
 ('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
 
+2.8.2
+
 2.8.1 Released June 11, 2008 (subversion r11417)
 
        - Force testing to use a custom socket dir, to avoid 

Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml       (original)
+++ DBD-Pg/trunk/META.yml       Mon Jun 23 07:05:01 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : DBD-Pg
-version                     : 2.8.1
+version                     : 2.8.2
 abstract                    : DBI PostgreSQL interface
 author:              
   - Greg Sabino Mullane <[EMAIL PROTECTED]>
@@ -38,10 +38,10 @@
 provides:
   DBD::Pg:
     file                    : Pg.pm
-    version                 : 2.8.1
+    version                 : 2.8.2
   Bundle::DBD::Pg:
     file                    : lib/Bundle/DBD/Pg.pm
-    version                 : 2.8.1
+    version                 : 2.8.2
 
 keywords:
   - Postgres

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Mon Jun 23 07:05:01 2008
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.8.1';
+my $VERSION = '2.8.2';
 
 my $lib;
 BEGIN {
@@ -290,6 +290,7 @@
 my $output = WriteMakefile(%opts);
 
 if (!exists $output->{EXTRALIBS} or
+
        ($output->{EXTRALIBS} !~ /\-lpq/ and $output->{EXTRALIBS} !~ /libpq/)) {
 
        my $makefile = exists $output->{MAKEFILE}

Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Mon Jun 23 07:05:01 2008
@@ -17,7 +17,7 @@
 {
        package DBD::Pg;
 
-       use version; our $VERSION = qv('2.8.1');
+       use version; our $VERSION = qv('2.8.2');
 
        use DBI ();
        use DynaLoader ();

Modified: DBD-Pg/trunk/README
==============================================================================
--- DBD-Pg/trunk/README (original)
+++ DBD-Pg/trunk/README Mon Jun 23 07:05:01 2008
@@ -6,7 +6,7 @@
 DESCRIPTION:
 ------------
 
-This is version 2.8.1 of DBD::Pg.  The web site for this interface, and 
+This is version 2.8.2 of DBD::Pg.  The web site for this interface, and 
 the latest version, 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   Mon Jun 23 07:05:01 2008
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-$VERSION = '2.8.1';
+$VERSION = '2.8.2';
 
 1;
 

Modified: DBD-Pg/trunk/t/12placeholders.t
==============================================================================
--- DBD-Pg/trunk/t/12placeholders.t     (original)
+++ DBD-Pg/trunk/t/12placeholders.t     Mon Jun 23 07:05:01 2008
@@ -234,6 +234,11 @@
 };
 is( $@, q{}, $t);
 
+## Begin custom type testing
+
+
+
+
 $dbh->rollback();
 
 cleanup_database($dbh,'test');

Reply via email to