OPTIMIZE=-g
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Manifest.pm
index 244214a..4e38774 100644 (file)
@@ -121,7 +121,7 @@ sub _manicheck {
            }
            warn "Debug: manicheck checking from disk $file\n" if $Debug;
            unless ( exists $read->{$file} ) {
-               my $canon = "\t" . _unmacify($file) if $Is_MacOS;
+               my $canon = $Is_MacOS ? "\t" . _unmacify($file) : '';
                warn "Not in $MANIFEST: $file$canon\n" unless $Quiet;
                push @missentry, $file;
            }