Author: turnstep
Date: Sun Feb 24 09:35:54 2008
New Revision: 10823

Modified:
   DBD-Pg/trunk/Makefile.PL

Log:
Remove too-early version.pm requirement, per bug 33429.


Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Sun Feb 24 09:35:54 2008
@@ -6,7 +6,8 @@
 use warnings;
 use 5.006001;
 
-use version; my $VERSION = qv('2.1.2');
+## No version.pm for this one, as the prereqs are not loaded yet.
+my $VERSION = '2.1.3_1';
 
 my $lib;
 BEGIN {

Reply via email to