echo "### Testing the installed Perl modules ..."
/system/bin/perl -MExtUtils::Installed -e '$i=ExtUtils::Installed->new(); for $m (grep {$_ ne "Perl"} sort $i->modules()) { eval "require $m"; print $m, " => ", ($@ ? "ERROR: $@" : "OK"), "\n" }'

