diff options
author | Zefram <zefram@fysh.org> | 2013-08-29 22:00:07 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2013-08-29 22:00:07 +0100 |
commit | cbd58baf5927dd469f38f80a7c76c8011150b6c5 (patch) | |
tree | 762924a764365af76e027844bb5e3fdcbb13b4f0 /MANIFEST | |
parent | b9f6c3703594b2b2c85baba16e93c978e2ee323f (diff) | |
download | perl-cbd58baf5927dd469f38f80a7c76c8011150b6c5.tar.gz |
preserve $! and $^E in Carp
Carp::longmess and Carp::shortmess now explicitly localise these status
variables, for the reason described in the new paragraph of documentation.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2990,6 +2990,7 @@ dist/Carp/t/baduni.t See if Carp handles non-char Unicode dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm dist/Carp/t/Carp_overload.t See if Carp handles overloads dist/Carp/t/Carp.t See if Carp works +dist/Carp/t/errno.t See if Carp preserves $! and $^E dist/Carp/t/heavy_mismatch.t See if Carp::Heavy catches version mismatch dist/Carp/t/heavy.t See if Carp::Heavy works dist/Carp/t/stash_deletion.t See if Carp handles stash deletion |