PAR::Filter::Bleach - Bleach filter
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::Bleach(3pm)
Description
This filter removes all the unsightly printable characters from your source file, using an algorithm
similar to Damian Conway's Acme::Bleach.
Name
PAR::Filter::Bleach - Bleach filter
See Also
PAR::Filter
Synopsis
PAR::Filter::Bleach->apply(\$code); # transforms $code
