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) {