Subject: | Can't locate Perinci/Sub/Property/arg/slurpy.pm |
t/01-basics.t fails on some of my smokers:
...
PERL_DL_NONLAZY=1 "/usr/perl5.26.0p/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ........... ok
# No tests run!
# Failed test 'No tests run for subtest "arg_slurpy (3, string)"'
# at t/01-basics.t line 156.
# Looks like you failed 1 test of 1.
# Failed test 'slurpy (str)'
# at t/01-basics.t line 70.
Unknown property '/args/arg2/slurpy' (and couldn't load property module 'Perinci/Sub/Property/arg/slurpy.pm'): Can't locate Perinci/Sub/Property/arg/slurpy.pm in @INC (you may need to install the Perinci::Sub::Property::arg::slurpy module) (@INC contains: ... .) at /usr/perl5.26.0p/lib/site_perl/5.26.0/Perinci/Sub/Normalize.pm line 58.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 7.
t/01-basics.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/7 subtests
...