$ perl -MExtUtils::Installed -e'$m=ExtUtils::Installed->new(); for($m->modules( )){my$v=$m->version($_)||"-"; printf("%-10s %-50s\n",$v,$_);}'