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
(from:
1fa582f
)
Eliminate (X|F) convention from perldiag.
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Oct 2011 15:41:30 +0000
(08:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Oct 2011 15:41:59 +0000
(08:41 -0700)
Commit 748a930 (perl 5.001) introduced the (W)(S) convention in
perldiag, for messages under multiple categories. (There were none
before that.)
Commit 55497cf (inseparable changes from patch from perl5.003_07 to
perl5.003_08) introduced the (X|F) convention. There have been two
ever since.
This commit makes perldiag consistently use the original (5.001)
convention.
No differences found