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.

-- c

Reply via email to