projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3618011
)
manicheck's complaints about missing files are now closer to the form
author
Jesse Vincent
<jesse@bestpractical.com>
Fri, 18 Dec 2009 18:46:35 +0000
(13:46 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Fri, 18 Dec 2009 18:49:27 +0000
(13:49 -0500)
you might want to paste into a MANIFEST
Porting/manicheck
patch
|
blob
|
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\t
not in MANIFEST\n" if !$files{$x};
},
}, ".";