manicheck's complaints about missing files are now closer to the form
Jesse Vincent [Fri, 18 Dec 2009 18:46:35 +0000 (13:46 -0500)]
you might want to paste into a MANIFEST

Porting/manicheck

index 2620943..1b506d9 100644 (file)
@@ -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};
     },
 }, ".";