Subject: | Undeclared dependency Readonly (0.2.0) |
See subject. Tests fail if Readonly.pm is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.24.1t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Readonly.pm in @INC (you may need to install the Readonly module) (@INC contains: /home/cpansand/.cpan/build/2017101509/Test-Module-Runnable-0.2.0-QQbMz0/blib/lib /home/cpansand/.cpan/build/2017101509/Test-Module-Runnable-0.2.0-QQbMz0/blib/arch /opt/perl-5.24.1t/lib/site_perl/5.24.1/x86_64-linux-thread-multi /opt/perl-5.24.1t/lib/site_perl/5.24.1 /opt/perl-5.24.1t/lib/5.24.1/x86_64-linux-thread-multi /opt/perl-5.24.1t/lib/5.24.1 .) at t/getopts.t line 38.
BEGIN failed--compilation aborted at t/getopts.t line 38.
t/getopts.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc) ...