Subject: | missing prereqs |
Isn't the Build process supposed to tell me if I have missing prerequisites?
[centos@ip-172-31-40-21 Const-Fast-0.014]$ perl Build.PL
Creating new 'Build' script for 'Const-Fast' version '0.014'
[centos@ip-172-31-40-21 Const-Fast-0.014]$ ./Build
Skip blib/lib/Const/Fast.pm (unchanged)
[centos@ip-172-31-40-21 Const-Fast-0.014]$ ./Build test
t/00-compile.t ............ Can't locate Sub/Exporter/Progressive.pm in @INC (@INC contains: lib /home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014/blib/arch /home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014/blib/lib /opt/lft/lib/perl5/x86_64-linux-thread-multi /opt/lft/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at lib/Const/Fast.pm line 12.
BEGIN failed--compilation aborted at lib/Const/Fast.pm line 12.
Compilation failed in require at -e line 1.
t/00-compile.t ............ 1/1
# Failed test 'Const::Fast loaded ok'
# at t/00-compile.t line 62.
# ''
# doesn't match '(?s-xim:^\s*Const::Fast ok)'
# Looks like you failed 1 test of 1.
t/00-compile.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/10-basics.t ............. Can't locate Test/Fatal.pm in @INC (@INC contains: /home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014/blib/arch /home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014/blib/lib /opt/lft/lib/perl5/x86_64-linux-thread-multi /opt/lft/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/10-basics.t line 8.
BEGIN failed--compilation aborted at t/10-basics.t line 8.
t/10-basics.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
Test Summary Report
-------------------
t/00-compile.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/10-basics.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=4, Tests=1, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.17 cusr 0.02 csys = 0.25 CPU)
Result: FAIL