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::Tidy - run posts through HTML::Tidy

Attributes

tidy
       An instance of HTML::Tidy used to tidy the feed entry contents before outputting. For default settings
       see source..

Author

Description

       Before a post is added to the aggregated feed, it will be run through HTML::Tidy.

   Configuring
       To configure the HTML::Tidy instance, you should override the "_build_tidy" method. This method takes no
       input, and returns a HTML::Tidy instance.

Name

       Perlanet::Trait::Tidy - run posts through HTML::Tidy

Synopsis

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

         $perlanet->run;

See Also