From: Father Chrysostomos Date: Tue, 11 Oct 2011 15:41:30 +0000 (-0700) Subject: Eliminate (X|F) convention from perldiag. X-Git-Tag: v5.15.4~73 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/1fa582fafa203d5588dc0a603748d425a1a1f0ae?hp=1fa582fafa203d5588dc0a603748d425a1a1f0ae 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. ---