summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2013-08-29 22:00:07 +0100
committerZefram <zefram@fysh.org>2013-08-29 22:00:07 +0100
commitcbd58baf5927dd469f38f80a7c76c8011150b6c5 (patch)
tree762924a764365af76e027844bb5e3fdcbb13b4f0 /MANIFEST
parentb9f6c3703594b2b2c85baba16e93c978e2ee323f (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4c01447371..90f563e38b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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