projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
adbdb6d
)
remove debug code
Graham Knop [Sun, 27 Dec 2020 21:56:32 +0000 (22:56 +0100)]
lib/Distar/helpers/check-manifest
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar/helpers/check-manifest
b/lib/Distar/helpers/check-manifest
index
f109c86
..
fd91e88
100755
(executable)
--- a/
lib/Distar/helpers/check-manifest
+++ b/
lib/Distar/helpers/check-manifest
@@
-18,7
+18,6
@@
use ExtUtils::Manifest qw(filecheck maniread maniskip manicheck mkmanifest);
my %lc;
for my $file (@files) {
- warn $file;
if (my $other = $lc{lc $file}) {
die "ERROR: Multiple files only differing by case:\n\t$file\n\t$other\n";
}