Linux - モジュール確認方法
以下のコマンドでインストールされているモジュールの確認が可能

■コマンド
find `perl -e 'print "@INC"'` -name '*.pm' -print | grep <モジュール名>