Perlanet::Trait::FeedFile - save the aggregated feed to a file


Perlanet documentation  | view source Contained in the Perlanet distribution.

Index


NAME

Top

Perlanet::Trait::FeedFile - save the aggregated feed to a file

SYNOPSIS

Top

   my $perlanet = Perlanet->new_with_traits(
     traits => [ 'Perlanet::Trait::FeedFile' ]
   );

   $perlanet->run;

DESCRIPTION

Top

When the aggregation is complete and the feed is being rendered, it will be saved to disk in XML format.

ATTRIBUTES

Top

feed_file

The path to the file to save the feed to.

feed_format

The format of the XML to use - may be RSS or Atom

AUTHOR

Top

Oliver Charles, <oliver.g.charles@googlemail.com>

COPYRIGHT AND LICENSE

Top


Perlanet documentation  | view source Contained in the Perlanet distribution.