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

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

Thread Previous | Thread Next
From:
Gabor Szabo
Date:
October 31, 2008 05:31
Subject:
META.yml how to declare the need for threaded perl?
Message ID:
d8a74af10810310531h72796402wb5111969c677024e@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About