Skip Menu |

This queue is for tickets about the Test-Module-Runnable CPAN distribution.

Report information
The Basics
Id: 123286
Status: patched
Priority: 0/
Queue: Test-Module-Runnable

People
Owner: DDRP [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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) ...
On 2017-10-15 06:03:37, SREZIC wrote: Show quoted text
> 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) ...
Also undeclared: List::MoreUtils.
On Sun Oct 15 07:59:49 2017, SREZIC wrote: Show quoted text
> On 2017-10-15 06:03:37, SREZIC wrote:
> > 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) ...
> > > Also undeclared: List::MoreUtils.