Subject: | strictures.pm not declared as a dependency? |
Some of my smokers report the following failure while running the test suite:
PERL_DL_NONLAZY=1 /usr/local/bin/perl5 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate strictures.pm in @INC (you may need to install the strictures module) (@INC contains: ... .) at t/env.t line 1.
BEGIN failed--compilation aborted at t/env.t line 1.
t/env.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...