PAR::Filter::PodStrip - POD-stripping filter
Contents
Copyright
Copyright 2003-2009 Audrey Tang <cpan@audreyt.org>,
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
See LICENSE.
perl v5.40.1 2025-02-18 PAR::Filter::PodStrip(3pm)
Description
This filter strips away all POD sections, but preserves the original file name and line numbers via the
"#line" directive.
Name
PAR::Filter::PodStrip - POD-stripping filter
See Also
PAR::Filter
Synopsis
# transforms $code
PAR::Filter::PodStrip->apply(\$code, $filename, $name);
