1PAR::Filter::PodStrip(3U)ser Contributed Perl DocumentatiPoAnR::Filter::PodStrip(3)
2
3
4

NAME

6       PAR::Filter::PodStrip - POD-stripping filter
7

SYNOPSIS

9           # transforms $code
10           PAR::Filter::PodStrip->apply(\$code, $filename, $name);
11

DESCRIPTION

13       This filter strips away all POD sections, but preserves the original
14       file name and line numbers via the "#line" directive.
15

SEE ALSO

17       PAR::Filter
18

AUTHORS

20       Audrey Tang <cpan@audreyt.org>
21
22       Steffen Mueller <smueller@cpan.org>
23
24       <http://par.perl.org/> is the official PAR website.  You can write to
25       the mailing list at <par@perl.org>, or send an empty mail to
26       <par-subscribe@perl.org> to participate in the discussion.
27
28       Please submit bug reports to <bug-par@rt.cpan.org>.
29
31       Copyright 2003-2009 Audrey Tang <cpan@audreyt.org>,
32
33       This program is free software; you can redistribute it and/or modify it
34       under the same terms as Perl itself.
35
36       See <http://www.perl.com/perl/misc/Artistic.html>
37
38
39
40perl v5.12.3                      2009-03-21          PAR::Filter::PodStrip(3)
Impressum