table of contents
other versions
- Tumbleweed 1.2.3-1.24
- Leap-15.6
Pod::Readme::Filter(3) | User Contributed Perl Documentation | Pod::Readme::Filter(3) |
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', );
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.
2019-04-03 | perl v5.40.0 |