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 <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::Bleach(3)