This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0f6f4
)
core-cpan-diff: clarify phrasing of missing file warning
author
David Golden
<dagolden@cpan.org>
Thu, 15 Dec 2011 16:13:23 +0000
(11:13 -0500)
committer
David Golden
<dagolden@cpan.org>
Thu, 15 Dec 2011 16:13:23 +0000
(11:13 -0500)
Porting/core-cpan-diff
patch
|
blob
|
blame
|
history
diff --git
a/Porting/core-cpan-diff
b/Porting/core-cpan-diff
index
3e9c6a3
..
2ecbc2c
100644
(file)
--- a/
Porting/core-cpan-diff
+++ b/
Porting/core-cpan-diff
@@
-311,7
+311,7
@@
EOF
print $outfh " CPAN only: $cpan_file",
( $cpan_file eq $mapped_file )
? "\n"
- : " (
expected
$mapped_file)\n";
+ : " (
missing
$mapped_file)\n";
}
next;
}