Does this warrant a Changes entry ?

[EMAIL PROTECTED] wrote:
Author: pgollucci
Date: Mon Jan  9 19:54:39 2006
New Revision: 367475

URL: http://svn.apache.org/viewcvs?rev=367475&view=rev
Log:
fix this Makefile.PL warning
Writing Makefile for X
Argument "6.30_01" isn't numeric in numeric ge (>=) at lib/ModPerl/BuildMM.pm 
line 196.

snatched from Apache2::Status

bleed perl ~26758  includes a dev version of MakeMaker


Modified:
    perl/modperl/trunk/lib/ModPerl/BuildMM.pm

Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/BuildMM.pm?rev=367475&r1=367474&r2=367475&view=diff
==============================================================================
--- perl/modperl/trunk/lib/ModPerl/BuildMM.pm (original)
+++ perl/modperl/trunk/lib/ModPerl/BuildMM.pm Mon Jan  9 19:54:39 2006
@@ -193,6 +193,7 @@
     # allow 'make -j'
     require ExtUtils::MakeMaker;
     my $mm_ver = $ExtUtils::MakeMaker::VERSION;
+    $mm_ver =~ s/_.*//; # handle dev versions like 6.30_01
     my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25)
         ? "pm_to_blib.ts"
         : "pm_to_blib";



--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

"I wanna hold ya till I die ... I wanna hold ya till the fear in me subsides."

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

Reply via email to