Net::IRC がかなりレガシー

cpan でmodule 導入したついでに他のmodule をupdate しようとすると

$ perl -MCPAN -e 'CPAN::Shell->r'
$ sudo perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'

かなり嫌なメッセージが.

  CPAN.pm: Going to build A/AP/APEIRON/Net-IRC-0.79.tar.gz

--------------------------------------------------------------------------------
********************************************************************************
DANGER, WILL ROBINSON! DANGER!

This module has been deprecated, abandoned, and is no longer supported. It has
not seen active development in five years, and its original author has moved on.
We *STRONGLY* recommend you port your code to either Bot::BasicBot or
POE::Component::IRC. Please feel free to stop by irc.freenode.net/#perl for help
making this transition. Or, if you insist on proceeding, please type the
following line exactly as is and then press Enter:

I acknowledge that Net::IRC is unsupported and I wish to proceed.
********************************************************************************
--------------------------------------------------------------------------------

てことで,早いとこ書き換えなきゃですね.

ちなみに,丁度こんなTweet も見たばかりでした><


このmodule 確かapt で入れたんですが,5年以上サポートされてないのより古いということはパッケージもメンテされてないのかも…#lenny からsid まで確認したけど全部0.75-8 みたい
POE をおすすめされてるけど,AnyEvent::IRC 使ってみようかな

- Robin Redeker / AnyEvent-IRC - search.cpan.org
http://search.cpan.org/dist/AnyEvent-IRC/