projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f0076b
)
[DOC PATCH] end.t (was RE: perl@15300 )
Robert Spier [Mon, 18 Mar 2002 19:22:55 +0000 (11:22 -0800)]
Message-ID: <15510.44815.383439.823671@rls.cx>
p4raw-id: //depot/perl@15312
ext/threads/t/end.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/t/end.t
b/ext/threads/t/end.t
index
199ca47
..
f3dd92c
100644
(file)
--- a/
ext/threads/t/end.t
+++ b/
ext/threads/t/end.t
@@
-1,4
+1,7
@@
+# test that END blocks are run in the thread that created them and
+# not in any child threads
+
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';