projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3618011
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Porting/manicheck
b/Porting/manicheck
index
2620943
..
1b506d9
100644
(file)
--- 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};
},
}, ".";