develooper Front page | perl.perl5.porters | Postings from November 2003

[PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)

Thread Next
From:
Elizabeth Mattijsen
Date:
November 15, 2003 14:22
Subject:
[PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
Message ID:
p05111b04bbdc49076950@[192.168.56.3]
At 13:18 -0800 11/15/03, Stas Bekman wrote:
>>This code should resolve the issue for 5.8.1 and 5.8.2.  I'll 
>>supply patches for 5.8.3 to p5p.
>Great! It'd be nice to have this tested as well under threads ;)

Good point.  Patch is attached.

Basically, the following test is added:

====================================================
threads->new( sub {1} )->join;
my $not = eval { Config::myconfig() } ? '' : 'not ';
print "${not}ok $test - Are we able to call Config::myconfig after clone\n";
$test++;
====================================================


Liz
Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About