1PAR::Filter::PatchConteUnste(r3)Contributed Perl DocumenPtAaRt:i:oFnilter::PatchContent(3)
2
3
4
6 PAR::Filter::PatchContent - Content patcher
7
9 # transforms $code
10 PAR::Filter::PatchContent->apply(\$code, $filename, $name);
11
13 This filter fixes PAR-incompatible modules; pp applies it to modules by
14 default.
15
17 PAR::Filter
18
20 Audrey Tang <cpan@audreyt.org>
21
22 <http://par.perl.org/> is the official PAR website. You can write to
23 the mailing list at <par@perl.org>, or send an empty mail to
24 <par-subscribe@perl.org> to participate in the discussion.
25
26 Please submit bug reports to <bug-par@rt.cpan.org>.
27
29 Copyright 2003-2009 by Audrey Tang <cpan@audreyt.org>.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34 See <http://www.perl.com/perl/misc/Artistic.html>
35
36
37
38perl v5.12.3 2009-03-21 PAR::Filter::PatchContent(3)