On 2017/03/11 03:31, Mikolaj Kucharski wrote: > On Fri, Mar 10, 2017 at 07:27:19PM +0100, Jeremie Courreges-Anglas wrote: > > Mikolaj Kucharski <miko...@kucharski.name> writes: > > > > > Hi, > > > > > > This Perl module is needed for gitweb.cgi from git package to work > > > over FastCGI. My gitweb stopped to work after recent upgrade to the > > > latest snapshot and attached port makes it work again. > > > > Have you tried to track down this gitweb "regression"? > > Upgrade Perl to 5.24.1 in base. > > # tar -ztf base60.tgz | grep Fast.pm | wc -l > 1 > # tar -ztf base61.tgz | grep Fast.pm | wc -l > 0
Yep - CGI was removed in 5.24. OK sthen@ to import CGI::Fast.