diff options
author | Hauke D <haukex@zero-g.net> | 2014-01-13 00:50:51 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-22 16:32:14 +1100 |
commit | c91312d5e67fd262ccd6f36ff40ddbca6896d004 (patch) | |
tree | 95057cfca0a55d90b2a3af13205b44701698c773 /AUTHORS | |
parent | e214621be67f417c619e2038fcb4742892fde1b1 (diff) | |
download | perl-c91312d5e67fd262ccd6f36ff40ddbca6896d004.tar.gz |
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
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -460,6 +460,7 @@ Harmen <harm@dds.nl> Harmon S. Nine <hnine@netarx.com> Harri Pasanen <harri.pasanen@trema.com> Harry Edmon <harry@atmos.washington.edu> +Hauke D <haukex@zero-g.net> Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de> Henrik Tougaard <ht.000@foa.dk> Herbert Breunung <lichtkind@cpan.org> |