in reply to Re^9: Alternative to CGI.pm
in thread Alternative to CGI.pm

Part of the reason I'm not overly keene on Mojo is that it pulls in over 30K lines of Perl last I looked (including parts of Moo and who knows what else).

The cpan knows :) at this moment Mojo depends only on these four modules, only the first of which is not core
IO::Socket::IP
JSON::PP
Pod::Simple
Time::Local

Replies are listed 'Best First'.
Re^11: Alternative to CGI.pm
by kbrannen (Beadle) on Mar 29, 2017 at 17:58 UTC
    Apparently my memory had gone bad. :) Thank you for the correction. I'll stop blaming Mojo for that. Next time I have to install a new version of Perl here I'll pay more attention to dependencies.