logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

Author

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;

See Also