From cbd58baf5927dd469f38f80a7c76c8011150b6c5 Mon Sep 17 00:00:00 2001 From: Zefram Date: Thu, 29 Aug 2013 22:00:07 +0100 Subject: 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. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') 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 -- cgit v1.2.1