Perlanet::Trait::FeedFile - save the aggregated feed to a file
Contents
Attributes
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
Copyright And License
Copyright (c) 2010 by Magnum Solutions Ltd.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have
available.
perl v5.36.0 2023-02-21 Perlanet::Trait::FeedFile(3pm)
Description
When the aggregation is complete and the feed is being rendered, it will be saved to disk in XML format.
Name
Perlanet::Trait::FeedFile - save the aggregated feed to a file
Synopsis
my $perlanet = Perlanet->new_with_traits(
traits => [ 'Perlanet::Trait::FeedFile' ]
);
$perlanet->run;
