perlのモジュールをインストールした後、ふとバージョンが気になって調べたメモ
以下のワンライナーでいける
perl -MExtUtils::Installed -e '$inst=ExtUtils::Installed->new();print $_." ".$inst->version($_)."\n" for $inst->modules'
便利便利
こっちー(kojiaki)がメモとか物欲の記録とかラーメン食べ歩きとかを書きなぐる blog みたいなものです。
perlのモジュールをインストールした後、ふとバージョンが気になって調べたメモ
以下のワンライナーでいける
perl -MExtUtils::Installed -e '$inst=ExtUtils::Installed->new();print $_." ".$inst->version($_)."\n" for $inst->modules'
便利便利
コメントする