Skip Menu |

This queue is for tickets about the Mozilla-IntermediateCerts CPAN distribution.

Report information
The Basics
Id: 129813
Status: resolved
Priority: 0/
Queue: Mozilla-IntermediateCerts

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • v0.0001
  • v0.0002
Fixed in: v0.0003



Subject: Undeclared dependency Test::Spec (v0.0001, v0.0002)
The test suite fails if Test::Spec is not installed: ... Can't locate Test/Spec.pm in @INC (you may need to install the Test::Spec module) (@INC contains: /home/cpansand/.cpan/build/2019061322/Mozilla-IntermediateCerts-v0.0002-3/blib/lib /home/cpansand/.cpan/build/2019061322/Mozilla-IntermediateCerts-v0.0002-3/blib/arch /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/site_perl/5.30.0 /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 .) at t/01.t line 1. BEGIN failed--compilation aborted at t/01.t line 1. t/01.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
On 2019-06-13 12:58:08, SREZIC wrote: Show quoted text
> The test suite fails if Test::Spec is not installed: > > ... > Can't locate Test/Spec.pm in @INC (you may need to install the > Test::Spec module) (@INC contains: > /home/cpansand/.cpan/build/2019061322/Mozilla-IntermediateCerts- > v0.0002-3/blib/lib /home/cpansand/.cpan/build/2019061322/Mozilla- > IntermediateCerts-v0.0002-3/blib/arch > /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd > /usr/perl5.30.0p/lib/site_perl/5.30.0 > /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 > .) at t/01.t line 1. > BEGIN failed--compilation aborted at t/01.t line 1. > t/01.t .. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
And it seems that more prereqs are undeclared: * namespace::clean * Test::HTTP::LocalServer