PAR::Filter::PatchContent - Content patcher
Contents
Copyright
Copyright 2003-2009 by 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::PatchContent(3pm)
Description
This filter fixes PAR-incompatible modules; pp applies it to modules by default.
Name
PAR::Filter::PatchContent - Content patcher
See Also
PAR::Filter
Synopsis
# transforms $code
PAR::Filter::PatchContent->apply(\$code, $filename, $name);
