Subject: | Missing Build Dependency on strictures |
Hi,
Perl Version: "This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux"
Module Version: Role-Tiny-1.002003
Looks like you're missing a build dep on strictures in your makefile. Steps to recreate your issue
with a library sandboxed to only what your makefile provides (requires
https://metacpan.org/module/Carton) are:
Unpack the 1.002003 tarball and change into the unpacked directory.
carton install
carton exec -I lib prove
All tests pass except for this one:
t/compose-modifiers.t ....... Can't locate strictures.pm in @INC (@INC contains: lib
local/lib/perl5/x86_64-linux local/lib/perl5 . /home/bkolera/perl5/perlbrew/perls/perl-
5.14.2/lib/5.14.2 /home/bkolera/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux)
at t/compose-modifiers.t line 1.
BEGIN failed--compilation aborted at t/compose-modifiers.t line 1.
Most of the time strictures will be installed before running your tests, but when it isn't it crashes
our automated builds spectacularly. We can work around this so it isn't a super big deal but it
would be nice if you could fix it when you get the chance.
Thank you!
Ben Kolera