Subject: | Fails to check result from Module::Build::Base->check_prereq() |
The ->check_prereq() method in Module::Build::Base checks that all the
module's build and runtime dependencies are present; returning 0 or 1 to
indicate success. This return value is ignored by
Module::Build::Base->new().
Is this correct? It means that any missing dependencies are effectively
ignored, at least from point of view of any automated controlling
program around the build script - only a human operator reading the
terminal would notice.
--
Paul Evans