* On Fri, Oct 31 2008, 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;
> }

Probably off topic, but last time I tried Padre, I commented out all the
references to threads (non-threaded perl here) and it worked fine.
Maybe it doesn't really require threads?

Regards,
Jonathan Rockway

--
print just => another => perl => hacker => if $,=$"

Reply via email to