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