1PAR::Filter::PodStrip(3U)ser Contributed Perl DocumentatiPoAnR::Filter::PodStrip(3)
2
3
4
6 PAR::Filter::PodStrip - POD-stripping filter
7
9 # transforms $code
10 PAR::Filter::PodStrip->apply(\$code, $filename, $name);
11
13 This filter strips away all POD sections, but preserves the original
14 file name and line numbers via the "#line" directive.
15
17 PAR::Filter
18
20 Audrey Tang <cpan@audreyt.org>
21
22 Steffen Mueller <smueller@cpan.org>
23
24 You can write to the mailing list at <par@perl.org>, or send an empty
25 mail to <par-subscribe@perl.org> to participate in the discussion.
26
27 Please submit bug reports to <bug-par-packer@rt.cpan.org>.
28
30 Copyright 2003-2009 Audrey Tang <cpan@audreyt.org>,
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35 See LICENSE.
36
37
38
39perl v5.38.2 2023-11-30 PAR::Filter::PodStrip(3)