最新 CPAN モジュールをつぶやく Twitter BOT を書いた

Twitter

CPAN New Modules (@cpan_new) | Twitter
ドキュメントへのリンクは FrePAN を使わせてもらってます

雑感

http://friendfeed.com/cpan からリアルタイムでデータを取ってくる。
使ったモジュールはこれだけで、全体で60行弱。機能のわりに短くかけた。

use common::sense;
use Data::Dumper;
use AnyEvent::Twitter;
use AnyEvent::FriendFeed::Realtime;