Subject: | `Build test` reports error but returns success |
As per subject. Sample session:
% perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'CGI-Application-Dispatch' version '3.12'
% ./Build
Building CGI-Application-Dispatch
% ./Build test
[warning] setting ulimit to allow core files
ulimit -c unlimited; /tmp/basesmoker-reloperl-SEz7/bin/perl /tmp/loop_over_bdir-bQg7EB/CGI-Application-Dispatch-3.12-0/t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /tmp/basesmoker-reloperl-SEz7/bin/perl /tmp/loop_over_bdir-bQg7EB/CGI-Application-Dispatch-3.12-0/t/TEST -bugreport -verbose=0
[ error] You must explicitly specify -httpd and/or -apxs options, or set $ENV{APACHE_TEST_HTTPD} and $ENV{APACHE_TEST_APXS}, or set your $PATH to include the httpd and apxs binaries.
% echo $?
0