1PAR::Filter::Bleach(3)User Contributed Perl DocumentationPAR::Filter::Bleach(3)
2
3
4
6 PAR::Filter::Bleach - Bleach filter
7
9 PAR::Filter::Bleach->apply(\$code); # transforms $code
10
12 This filter removes all the unsightly printable characters from your
13 source file, using an algorithm similar to Damian Conway's
14 Acme::Bleach.
15
17 PAR::Filter
18
20 Audrey Tang <cpan@audreyt.org>
21
22 You can write to the mailing list at <par@perl.org>, or send an empty
23 mail to <par-subscribe@perl.org> to participate in the discussion.
24
25 Please submit bug reports to <bug-par-packer@rt.cpan.org>.
26
28 Copyright 2003-2009 by Audrey Tang <cpan@audreyt.org>.
29
30 This program is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself.
32
33 See LICENSE.
34
35
36
37perl v5.28.2 2016-12-19 PAR::Filter::Bleach(3)