perl-modules=5.10.0-24 provides the CGI package of version 3.29 which is not enought to bugzilla. For Perl 5.10 version 3.33 of CGI package is required.
$ cat /usr/share/perl5/Bugzilla/Install/Requirements.pm ... { package => 'CGI.pm', module => 'CGI', # Perl 5.10 requires CGI 3.33 due to a taint issue when # uploading attachments, see bug 416382. # Require CGI 3.21 for -httponly support, see bug 368502. version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '3.21' } ... -- checksetup.pl is not satisfied with perl-modules instead of libcgi-pm-perl https://bugs.launchpad.net/bugs/386620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs