[svn:DBD-Pg] r13070 - DBD-Pg/trunk

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Thu Jul 16 17:45:57 2009
New Revision: 13070

Modified:
   DBD-Pg/trunk/Makefile.PL

Log:
Don't check POSTGRES_LIB, as it may have extra non-dir stuff.


Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL	(original)
+++ DBD-Pg/trunk/Makefile.PL	Thu Jul 16 17:45:57 2009
@@ -7,7 +7,7 @@
 use 5.006001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '2.13.1_2';
+my $VERSION = '2.13.1_3';
 
 my $lib;
 BEGIN {
@@ -122,7 +122,6 @@
 }
 
 does_path_exist('POSTGRES_HOME', $ENV{POSTGRES_HOME});
-does_path_exist('POSTGRES_LIB',  $POSTGRES_LIB);
 does_path_exist('POSTGRES_INCLUDE',  $POSTGRES_INCLUDE);
 
 if ($baddir) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.