I am trying to install v2.19 under ubuntu. Everything is fine, check_modules.pl checks out, and then after
sudo cpanm --notest Mojolicious::Plugin::SetUserGroup
Suddenly things break down.
It looks like the following directories become not readable/executable by general users:
/usr/local/share/perl/5.38.2/Mojolicious
/usr/local/share/perl/5.38.2/Module
What fixes this is to do
sudo chmod og+rx /usr/local/share/perl/5.38.2/Mojolicious
sudo chmod og+rx /usr/local/share/perl/5.38.2/Mojolicious/Plugin
sudo chmod og+rx /usr/local/share/perl/5.38.2/Module
sudo chmod og+rx /usr/local/share/perl/5.38.2/Module/Build