From: Jesse Vincent Date: Fri, 18 Dec 2009 18:46:35 +0000 (-0500) Subject: manicheck's complaints about missing files are now closer to the form X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f13b7ac8b084674447e000c42d094f46b04c5dd7;p=p5sagit%2Fp5-mst-13.2.git manicheck's complaints about missing files are now closer to the form you might want to paste into a MANIFEST --- diff --git a/Porting/manicheck b/Porting/manicheck index 2620943..1b506d9 100644 --- a/Porting/manicheck +++ b/Porting/manicheck @@ -21,7 +21,7 @@ find { return if -d; return if $_ eq '.gitignore'; return if $x =~ /^\.git\b/; - print "$File::Find::name not in MANIFEST\n" if !$files{$x}; + print "$x\t\tnot in MANIFEST\n" if !$files{$x}; }, }, ".";