Retract #12436 (Abhijit already did this at #12426)
Jarkko Hietaniemi [Sun, 14 Oct 2001 23:05:57 +0000 (23:05 +0000)]
p4raw-id: //depot/perl@12437

lib/ExtUtils/MM_Unix.pm

index 7392012..e6c6766 100644 (file)
@@ -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;