Codebase list libfilter-perl / ebde388
Disable in-place editing in Makefile.PL Forwarded: no Last-Update: 2010-05-26 Patch-Name: no-inplace.patch Colin Watson 1 year, 8 months ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
126126
127127 sub oldWarnings
128128 {
129 local ($^I) = ".bak" ;
129 local ($^I) = "" ;
130130 local (@ARGV) = @_ ;
131131
132132 while (<>)
150150
151151 sub newWarnings
152152 {
153 local ($^I) = ".bak" ;
153 local ($^I) = "" ;
154154 local (@ARGV) = @_ ;
155155
156156 while (<>)