Changeset 13124 for inc

Show
Ignore:
Timestamp:
09/08/06 19:13:22 (2 years ago)
Author:
audreyt
Message:

* defeat htmlifypods as it broke build for agentzh++.

Files:
1 modified

Legend:

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

    r13063 r13124  
    338338    $text =~ s{\b/}{$sep}g; 
    339339    $text =~ s/-libpath:"?(.*?)"? //g; 
     340 
     341    # Don't let ActivePerl HTMLify our PODs. 
     342    $text =~ s/pure_all\s+htmlifypods/pure_all/g; 
     343 
    340344    return $text; 
    341345}