chromatic wrote:
> On Saturday 20 September 2008 01:06:40 [EMAIL PROTECTED] wrote:
> 
>> Modified:
>>    trunk/languages/perl6/tools/autounfudge.pl
>>
>> Log:
>> [rakudo] make tools/autounfudge.pl work in parallel, bacek++
>> Patch courtesy by Vasily Chekalkin
>>
>>
>> Modified: trunk/languages/perl6/tools/autounfudge.pl
>> ===========================================================================
>>=== --- trunk/languages/perl6/tools/autounfudge.pl    (original)
>> +++ trunk/languages/perl6/tools/autounfudge.pl       Sat Sep 20 01:06:39 2008
>> @@ -54,11 +54,15 @@
>>  use File::Spec;
>>  use File::Path;
>>  use Text::Diff;
>> +use threads;
>> +use threads::shared;
>> +use Thread::Queue;
> 
> Any Perl built without thread support will die at this point.

That's not nice but also not so very bad, since almost nobody needs this
script. If somebody complains who actually wants to use this and has no
thread support, and complains to me, I'll revert this commit. If not,
I'll leave it as is.

Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to