Module::CoreListにバージョンを引き渡す時の注意

$]でバージョンを渡すと、5.10.0では5.010000となる。
Module::CoreList内で有効なバージョン番号は5.01なので、
5.10.0の場合、$]でバージョンを指定するとモジュール情報が取得できない。


Module-CoreList-5.20190220 - what modules shipped with versions of perl - metacpan.org
Perlのコアモジュール一覧表示(Module::CoreList) - jitsu102の日記