Ticket #1856: perl-5.8.8-makemaker.patch

File perl-5.8.8-makemaker.patch, 664 bytes (added by hugo@…, 18 years ago)

Patch to fix ExtUtils-MakeMaker

  • lib/ExtUtils/MM_Unix.pm

    diff -Naur perl-5.8.8-orig/lib/ExtUtils/MM_Unix.pm perl-5.8.8-patched/lib/ExtUtils/MM_Unix.pm
    old new  
    30523052            # pm_to_blib depends on then it can't depend on pm_to_blib
    30533053            # else we have a dependency loop.
    30543054            my $pm_dep;
    3055             my $perlrun;
     3055            my $perlrun = 'PERLRUNINST';
    30563056            if( defined $self->{PM}{$target} ) {
    30573057                $pm_dep  = '';
    3058                 $perlrun = 'PERLRUN';
    30593058            }
    30603059            else {
    30613060                $pm_dep  = 'pm_to_blib';
    3062                 $perlrun = 'PERLRUNINST';
    30633061            }
    30643062
    30653063            $m .= <<MAKE_FRAG;