Skip Menu |

This queue is for tickets about the Catalyst-Action-RenderView CPAN distribution.

Report information
The Basics
Id: 125459
Status: new
Priority: 0/
Queue: Catalyst-Action-RenderView

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

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



Subject: Undeclared dependencies
t/04live.t fails if CGI::Simple::Cookie is not installed: ... Can't locate CGI/Simple/Cookie.pm in @INC (you may need to install the CGI::Simple::Cookie module) (@INC contains: /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16-0/t/lib /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16-0/inc /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16-0/blib/lib /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16-0/blib/arch /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/x86_64-linux /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0 /opt/perl-5.28.0-RC1/lib/5.28.0/x86_64-linux /opt/perl-5.28.0-RC1/lib/5.28.0 .) at /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/Catalyst/Engine.pm line 6. BEGIN failed--compilation aborted at /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/Catalyst/Engine.pm line 6. Compilation failed in require at /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/Class/Load.pm line 174. Compilation failed in require at /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/04live.t line 10. t/04live.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... analysis.cpantesters.org lists more possibly undeclared dependencies: * Plack::Middleware::ReverseProxy * Plack::Test * Tree::Simple::Visitor::FindByUID See http://analysis.cpantesters.org/solved?distv=Catalyst-Action-RenderView-0.16#qr%3A%28Can%27t%20locate%20%5CS%2Bpm%29
On 2018-06-02 05:03:21, SREZIC wrote: Show quoted text
> t/04live.t fails if CGI::Simple::Cookie is not installed: > > ... > Can't locate CGI/Simple/Cookie.pm in @INC (you may need to install the > CGI::Simple::Cookie module) (@INC contains: > /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16- > 0/t/lib /home/cpansand/.cpan/build/2018052906/Catalyst-Action- > RenderView-0.16-0/inc /home/cpansand/.cpan/build/2018052906/Catalyst- > Action-RenderView-0.16-0/blib/lib > /home/cpansand/.cpan/build/2018052906/Catalyst-Action-RenderView-0.16- > 0/blib/arch /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/x86_64-linux > /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0 /opt/perl-5.28.0- > RC1/lib/5.28.0/x86_64-linux /opt/perl-5.28.0-RC1/lib/5.28.0 .) at > /opt/perl-5.28.0-RC1/lib/site_perl/5.28.0/Catalyst/Engine.pm line 6. > BEGIN failed--compilation aborted at /opt/perl-5.28.0- > RC1/lib/site_perl/5.28.0/Catalyst/Engine.pm line 6. > Compilation failed in require at /opt/perl-5.28.0- > RC1/lib/site_perl/5.28.0/Class/Load.pm line 174. > Compilation failed in require at /opt/perl-5.28.0- > RC1/lib/site_perl/5.28.0/Catalyst/Test.pm line 155. > BEGIN failed--compilation aborted at t/04live.t line 10. > t/04live.t ......... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
Hmmm. Looking at the prereq list of Catalyst-Runtime, this should not happen. CGI::Simple::Cookie is listed as a prerequisite, and this module is failing to test cleanly on one of my systems, nevertheless Catalyst was installed, which should not happen. Show quoted text
> analysis.cpantesters.org lists more possibly undeclared dependencies: > * Plack::Middleware::ReverseProxy > * Plack::Test > * Tree::Simple::Visitor::FindByUID > See http://analysis.cpantesters.org/solved?distv=Catalyst-Action- > RenderView-0.16#qr%3A%28Can%27t%20locate%20%5CS%2Bpm%29
Maybe one should take a closer look here --- sometimes tester systems are misconfigured, could also be the case here.