From: Robert Spier Date: Mon, 18 Mar 2002 19:22:55 +0000 (-0800) Subject: [DOC PATCH] end.t (was RE: perl@15300 ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3939953e4b292b4e1d7b8bbc60cede4dc14fcaf;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] end.t (was RE: perl@15300 ) Message-ID: <15510.44815.383439.823671@rls.cx> p4raw-id: //depot/perl@15312 --- diff --git a/ext/threads/t/end.t b/ext/threads/t/end.t index 199ca47..f3dd92c 100644 --- 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';