Re: Ending Build.PL if there are missing modules
Leon Timmermans <[email protected]> Sat, 4 Feb 2012 13:48:24 +0100
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <CAHhgV8gUXao-m=RuJbnUtTVPWuJVZAPUUM-3s9b9JPbgEwR-0Q@mail.gmail.com> |
On Sat, Feb 4, 2012 at 1:32 AM, Adam Kennedy <[email protected]> wrote: > While I agree it needs to finish, I do kind of wish dependencies could > be enforced at the build module level so that tests couldn't run until > dependencies are satisfied. I tend to agree with that. I've been writting Test::CheckDeps (warning: very much a 0.001 release) to make it crap out as early as possible during testing, but it could be even earlier. Leon