Skip Menu |

This queue is for tickets about the CGI-MakeItStatic CPAN distribution.

Report information
The Basics
Id: 121138
Status: new
Priority: 0/
Queue: CGI-MakeItStatic

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

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



Subject: Undeclared dependency CGI.pm
See subject. On modern perls the testing may fail, as CGI.pm is not anymore part of perl's core: ... PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.11t/bin/perl5.25.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: /tmpfs/.cpan-build-cpansand/2017041506/CGI-MakeItStatic-0.03-1/blib/lib /tmpfs/.cpan-build-cpansand/2017041506/CGI-MakeItStatic-0.03-1/blib/arch /opt/perl-5.25.11t/lib/site_perl/5.25.11/x86_64-linux-thread-multi /opt/perl-5.25.11t/lib/site_perl/5.25.11 /opt/perl-5.25.11t/lib/5.25.11/x86_64-linux-thread-multi /opt/perl-5.25.11t/lib/5.25.11 .) at t/CGI-MakeItStatic.t line 4. BEGIN failed--compilation aborted at t/CGI-MakeItStatic.t line 4. t/CGI-MakeItStatic.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...