develooper Front page | perl.module-authors | Postings from November 2008

Re: META.yml how to declare the need for threaded perl?

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
November 1, 2008 02:14
Subject:
Re: META.yml how to declare the need for threaded perl?
Message ID:
20081101091422.GI49335@plum.flirble.org
On Fri, Oct 31, 2008 at 06:16:01PM -0500, Chris Dolan wrote:
> Just add a dependency on thread::shared or one of the other threading  
> libraries.  Push your problem up the chain!

No, not threads::shared

$ /home/nclark/Sandpit/588ish/bin/perl -Mthreads::shared -e0
$

threads looks a better idea:

$ /home/nclark/Sandpit/588ish/bin/perl -Mthreads -e0
This Perl not built to support threads
Compilation failed in require.
BEGIN failed--compilation aborted.
$

Nicholas Clark

Thread Previous | 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