From: Nicholas Clark Date: Sun, 4 Apr 2004 16:32:54 +0000 (+0000) Subject: Hand merge patch from maint back to blead. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c36974382b9fb3486cafe95ae8783bfee203da7d;p=p5sagit%2Fp5-mst-13.2.git Hand merge patch from maint back to blead. p4raw-id: //depot/perl@22646 --- diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 68bcb43..56b0c01 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -56,7 +56,8 @@ our $VERSION = '1.03'; # || 0 to ensure compatibility with previous versions sub equal { ($_[0]->tid == $_[1]->tid) || 0 } -# use "goto" trick to avoid pad problems from 5.8.1, should also be faster +# use "goto" trick to avoid pad problems from 5.8.1 (fixed in 5.8.2) +# should also be faster sub async (&;@) { unshift @_,'threads'; goto &new } sub object {