summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-12-06 22:21:19 +0000
committerTony Cook <tony@develop-help.com>2010-12-07 10:53:36 +1100
commit22a30693fc87702395761f2f556d3f49e6c89c3d (patch)
treea20be896a685a1435c6bedb1a39a67b00162d06f /MANIFEST
parent095a5c3e83eb5f5932cdf8d475a61091dbf274e3 (diff)
downloadperl-22a30693fc87702395761f2f556d3f49e6c89c3d.tar.gz
stopgap hack for $@ as unwinding reason indicator
Set $@ early in a die as well as late, so that it continues to function as an unreliable indicator of whether unwinding in progress is due to an exception. This is a stopgap arrangement, until the unwinding process can be introspected properly.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1a9de2d2d1..ad0660d875 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4652,6 +4652,7 @@ t/op/die_except.t See if die/eval avoids $@ clobberage
t/op/die_exit.t See if die and exit status interaction works
t/op/die_keeperr.t See if G_KEEPERR works for destructors
t/op/die.t See if die works
+t/op/die_unwind.t Check die/eval early-$@ backcompat hack
t/op/dor.t See if defined-or (//) works
t/op/do.t See if subroutines work
t/op/each_array.t See if array iterators work