diff options
author | Hauke D <haukex@zero-g.net> | 2014-01-13 00:46:03 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-22 16:06:31 +1100 |
commit | e214621be67f417c619e2038fcb4742892fde1b1 (patch) | |
tree | 33f7391837c6e61448847a5e336e190fda0b6496 /pod/perllexwarn.pod | |
parent | e40f8e806ef39ca48d2e94f25d2b6c5f63b4efda (diff) | |
download | perl-e214621be67f417c619e2038fcb4742892fde1b1.tar.gz |
add a missing word in perllexwarn
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 9a98bb281b..4a41789237 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -388,7 +388,7 @@ When run it produces this output Useless use of length in void context at fatal line 7. The scope where C<length> is used has escalated the C<void> warnings -category into a fatal error, so the program terminates immediately it +category into a fatal error, so the program terminates immediately when it encounters the warning. To explicitly turn off a "FATAL" warning you just disable the warning |