Subject: | t/02subreq won't run if File::Slurp is not installed |
I tried installing the current version using CPANPLUS and the test died.
MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /opt/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use............ok
t/02subreq.........Can't locate File/Slurp.pm in @INC (@INC contains: t/lib /root/.cpanplus/5.8.7/build/Catalyst-Plugin-SubRequest-0.09/blib/lib /root/.cpanplus/5.8.7/build/Catalyst-Plugin-SubRequest-0.09/blib/arch /opt/perl/lib/5.8.7/i686-linux /opt/perl/lib/5.8.7 /opt/perl/lib/site_perl/5.8.7/i686-linux /opt/perl/lib/site_perl/5.8.7 /opt/perl/lib/site_perl .) at t/02subreq.t line 7.
BEGIN failed--compilation aborted at t/02subreq.t line 7.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/03pod............skipped
all skipped: set TEST_POD to enable this test
t/04podcoverage....skipped
all skipped: set TEST_POD to enable this test
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02subreq.t 255 65280 6 12 200.00% 1-6
2 tests skipped.