summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-12-18 13:46:35 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-12-18 13:49:27 -0500
commitf13b7ac8b084674447e000c42d094f46b04c5dd7 (patch)
tree9dd4561aa9024c7625aa486184d7f7a5b4b7de5a /Porting
parent3618011f7e987e79cd79c536e841867bb3404493 (diff)
downloadperl-f13b7ac8b084674447e000c42d094f46b04c5dd7.tar.gz
manicheck's complaints about missing files are now closer to the form
you might want to paste into a MANIFEST
Diffstat (limited to 'Porting')
-rw-r--r--Porting/manicheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/manicheck b/Porting/manicheck
index 26209438aa..1b506d928f 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};
},
}, ".";