Just add a dependency on thread::shared or one of the other threading libraries. Push your problem up the chain!
Chris

On Oct 31, 2008, at 7:31 AM, Gabor Szabo wrote:

Hi,

currently I have this code in Build.PL to check if the perl where Padre
is being installed is threaded.

use Config;
if (not $Config{usethreads}) {
        warn "Padre requires a perl built using threads\n";
        exit 0;
}


Is there any way to add this requirement to META.yml?

Gabor

Reply via email to