Hi, > icinga-web: Can't locate CGI/Util.pm in @INC during installation
in debian/icinga-web.postinst, I see
uriescape() {
echo "$(perl -MCGI::Util -e 'print CGI::Util::escape($ARGV[0]);' "$1")"
}
and further investigation reveals
$ corelist CGI::Util
CGI::Util was first released with perl v5.6.1, deprecated (will be
CPAN-only) in v5.19.7 and removed from v5.21.0
$ apt-file search CGI/Util.pm
libcgi-pm-perl: /usr/share/perl5/CGI/Util.pm
icinga-web needs a Depends: libcgi-pm-perl

