Subject: | Undeclared dependencies |
At least Perinci::Sub::Wrapper seems to be undeclared:
...
Can't locate Perinci/Sub/Wrapper.pm in @INC (you may need to install the Perinci::Sub::Wrapper module) (@INC contains: t/lib ... .) at /usr/home/cpansand/.cpan/build/2019082020/Perinci-Exporter-0.081-3/blib/lib/Perinci/Exporter.pm line 237.
BEGIN failed--compilation aborted at t/00-sanity.t line 19.
t/00-sanity.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...
Also on some of my smokers the test suite fails because of missing Perinci::Sub::Property::curry:
...
# Failed test 'import doesn't die'
# at t/01-basics.t line 321.
# Can't locate Perinci/Sub/Property/curry.pm in @INC (you may need to install the Perinci::Sub::Property::curry module) (@INC contains: /usr/home/cpansand/.cpan/build/2019082020/Perinci-Exporter-0.081-0/blib/lib /usr/home/cpansand/.cpan/build/2019082020/Perinci-Exporter-0.081-0/blib/arch /usr/perl5.26.3p/lib/site_perl/5.26.3/amd64-freebsd /usr/perl5.26.3p/lib/site_perl/5.26.3 /usr/perl5.26.3p/lib/5.26.3/amd64-freebsd /usr/perl5.26.3p/lib/5.26.3 .) at /usr/perl5.26.3p/lib/site_perl/5.26.3/Perinci/Sub/Wrapper.pm line 1180.
# Looks like you failed 1 test of 1.
...