compress 2.021
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / private / MakeUtil.pm
index e595910..47aebd6 100644 (file)
@@ -58,9 +58,9 @@ sub MY::postamble
 
 MyTrebleCheck:
        @echo Checking for $$^W in files: '. "@files" . '
-       @perl -ne \'                                            \
-           exit 1 if /^\s*local\s*\(\s*\$$\^W\s*\)/;           \
-         \' ' . " @files || " . '                              \
+       perl -ne \'                                             \
+           exit 1 if /^\s*local\s*\(\s*\$$\^W\s*\)/; \'                \
+         ' . " @files || " . '                         \
        (echo found unexpected $$^W ; exit 1)
        @echo All is ok.