Plaggerをインストールしてみる

# apt-get install openssl-dev
# cpan
cpan > install Bundl::CPAN
//後は全部Enterの連続
# yes |cpan install Plagger
//途中一回 C-c を押した(タイミングはちょとわからない)
//とりあえずこれでは失敗

ここを参考に再挑戦
http://d.hatena.ne.jp/veryberry_cafe/20070201/1170292499

# apt-get install expat
# yes | cpan install Plagger
//I could not find your OpenSSL in `y' Please provide OpenSSL-0.9.6j or OpenSSL-0.9.7b installation directory (get from http://www.openssl.org/ if you don't have it; please note that SSLeay is no longer supported, see README) (C-c to abort):
# apt-get install libcrypt-ssleay-perl
# apt-get install libcrypt-openssl-rsa-perl
# apt-get install libio-socket-ssl-perl
# yes | cpan install Plagger

成功した。