1Pod::Readme::Filter(3)User Contributed Perl DocumentationPod::Readme::Filter(3)
2
3
4
6 Pod::Readme::Filter - Filter README from POD
7
9 use Pod::Readme::Filter;
10
11 my $prf = Pod::Readme::Filter->new(
12 target => 'readme',
13 base_dir => '.',
14 input_file => 'lib/MyApp.pm',
15 output_file => 'README.pod',
16 );
17
19 This module provides the basic filtering and minimal processing to
20 extract a README.pod from a module's POD. It is used internally by
21 Pod::Readme.
22
23
24
25perl v5.32.1 2021-01-27 Pod::Readme::Filter(3)