Re: Action executed during configure
David Golden <[email protected]> Wed, 26 Jan 2011 17:27:31 -0500
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
2011/1/26 Alberto Simões <[email protected]>: > 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 -- David