Changeset 12818 for inc

Show
Ignore:
Timestamp:
08/28/06 22:14:32 (2 years ago)
Author:
audreyt
Message:

* extremely klugy way to get ActivePerl? +p5embed to compile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r12691 r12818  
    337337    my $sep = File::Spec->catdir(''); 
    338338    $text =~ s{\b/}{$sep}g; 
     339    $text =~ s/-libpath:"?(.*?)"? //g; 
    339340    return $text; 
    340341}