The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.25

  • ATTENTION! new() param 'feeds' has been deprecated, use add_feed instead
    • $heap->{rssagg} = POE::Component::RSSAggregator->new( debug => 1, callback => $session->postback("handle_feed"), tmpdir => '/tmp', # optional caching );
    • $kernel->post('rssagg','add_feed',$_) for @feeds;
  • fixed the pod not to use XML::RSS::Feed::Factory in the example

Modules

A Simple POE RSS Aggregator