Skip Menu |

This queue is for tickets about the QWizard CPAN distribution.

Report information
The Basics
Id: 127846
Status: new
Priority: 0/
Queue: QWizard

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

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



Subject: Undeclared dependency CGI
If CGI.pm is not installed (which is the default for newer perl versions), then the test suite fails: ... Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/arch /opt/perl-5.22.4/lib/site_perl/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/site_perl/5.22.4 /opt/perl-5.22.4/lib/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/5.22.4 .) at /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib/QWizard/Storage/CGICookie.pm line 10. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib/QWizard/Storage/CGICookie.pm line 10. Compilation failed in require at t/cgicookies.t line 3. BEGIN failed--compilation aborted at t/cgicookies.t line 3. t/cgicookies.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/arch /opt/perl-5.22.4/lib/site_perl/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/site_perl/5.22.4 /opt/perl-5.22.4/lib/5.22.4/x86_64-linux /opt/perl-5.22.4/lib/5.22.4 .) at /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib/QWizard/Storage/CGIParam.pm line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018112923/QWizard-3.15-ZrzjS0/Storage/../blib/lib/QWizard/Storage/CGIParam.pm line 8. Compilation failed in require at t/cgiparam.t line 3. BEGIN failed--compilation aborted at t/cgiparam.t line 3. t/cgiparam.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...