From: Jarkko Hietaniemi Date: Sun, 14 Oct 2001 23:05:57 +0000 (+0000) Subject: Retract #12436 (Abhijit already did this at #12426) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=141b0a1ff3150d6cbb33c5496dbdb4c4963cd274;p=p5sagit%2Fp5-mst-13.2.git Retract #12436 (Abhijit already did this at #12426) p4raw-id: //depot/perl@12437 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 7392012..e6c6766 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -2787,7 +2787,6 @@ sub parse_version { next if $inpod || /^\s*#/; chop; # next unless /\$(([\w\:\']*)\bVERSION)\b.*\=/; - next if /^\s*?\#/; next unless /([\$*])(([\w\:\']*)\bVERSION)\b.*\=/; my $eval = qq{ package ExtUtils::MakeMaker::_version;