http://www.arbolbell.jp/developer/2008/09/cpan-shell-user.html 知らなかったよー、空がこん(/// 一般ユーザーでcpanを起動して、

cpan> o conf make_install_make_command 'sudo /usr/bin/make'
cpan> o conf mbuild_install_build_command 'sudo ./Build'
cpan> install Apache2::AuthenOpenID

でいけるんですって。これでApache2::AuthenOpenIDもテストしてインストールできるですよ。今まで自分で作ってたのにテストスキップしてましたごめんなさい。「make_install_make_command」でググるといっぱい出てきますね。あ、設定の保存は「o conf commit」が必要な人もいます。