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

Pod::Readme::Filter - Filter README from POD

Description

       This module provides the basic filtering and minimal processing to extract a README.pod from a module's
       POD.  It is used internally by Pod::Readme.

perl v5.28.0                                       2018-11-26                           Pod::Readme::Filter(3pm)

Name

       Pod::Readme::Filter - Filter README from POD

Synopsis

         use Pod::Readme::Filter;

         my $prf = Pod::Readme::Filter->new(
           target      => 'readme',
           base_dir    => '.',
           input_file  => 'lib/MyApp.pm',
           output_file => 'README.pod',
         );

See Also