This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate (X|F) convention from perldiag.
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.