XML::RSS::TimingBot alpha

TorgoX on 2004-04-07T08:57:54

Dear Log,

Get your red hot alpha of XML::RSS::TimingBot here!

"60_dbi_test.t" will fail, but otherwise things should pretty much work. There's no docs yet, but all you really need to know is that you do:

use XML::RSS::TimingBot;
$browser = XML::RSS::TimingBot->new;
...do all your requests (just like LWP::UserAgent) and process them as needed, and then finally:
$browser->commit;

It'll create a "rssdata" dir under your $ENV{'HOME'}, but you can override that by setting $ENV{'TIMINGBOTPATH'}