perl -MExtUtils::Installed -e "use v5.10; $i=ExtUtils::Installed-\>new(); @m=$i-\>modules(); foreach $mm (@m) {say $mm .' - '. $i-\>version($mm);}"