On 26/01/2011 22:27, David Golden wrote:
2011/1/26 Alberto Simões<al...@alfarrabio.di.uminho.pt>:By the way, is there any standard way to "exit" or "die" from Build.PL if a dependency (not a CPAN one, of course) is not met?Generally, just "exit 0 unless condition_satisfied". C.f. Devel::CheckLib
Thank you :) -- Alberto Simões