assume "all" in "use warnings 'FATAL';" and related
authorHauke D <haukex@zero-g.net>
Sun, 12 Jan 2014 23:50:51 +0000 (00:50 +0100)
committerTony Cook <tony@develop-help.com>
Wed, 22 Jan 2014 05:32:14 +0000 (16:32 +1100)
commitc91312d5e67fd262ccd6f36ff40ddbca6896d004
tree95057cfca0a55d90b2a3af13205b44701698c773
parente214621be67f417c619e2038fcb4742892fde1b1
assume "all" in "use warnings 'FATAL';" and related

Until now, the behavior of the statements

 use warnings "FATAL";
 use warnings "NONFATAL";
 no warnings "FATAL";

was unspecified and inconsistent. This change causes them to be handled
with an implied "all" at the end of the import list.

Tony Cook: fix AUTHORS formatting
AUTHORS
lib/warnings.pm
pod/perllexwarn.pod
regen/warnings.pl
t/lib/warnings/7fatal