-
-
19 Jul 2012 23:48:42 UTC
- Distribution: Acme-Bleach
- Module version: 1.150
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (554 / 1 / 0)
- Kwalitee
Bus factor: 1- 43.48% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (5.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Acme::Bleach - For really clean programs
SYNOPSIS
use Acme::Bleach; print "Hello world";
DESCRIPTION
The first time you run a program under
use Acme::Bleach
, the module removes all the unsightly printable characters from your source file. The code continues to work exactly as it did before, but now it looks like this:use Acme::Bleach;
DIAGNOSTICS
Can't bleach '%s'
-
Acme::Bleach could not access the source file to modify it.
Can't rebleach '%s'
-
Acme::Bleach could not access the source file to execute it.
SEE ALSO
http://www.templetons.com/tech/proletext.html
AUTHOR
Damian Conway (as if you couldn't guess)
COPYRIGHT
Copyright (c) 2001, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)
Module Install Instructions
To install Acme::Bleach, copy and paste the appropriate command in to your terminal.
cpanm Acme::Bleach
perl -MCPAN -e shell install Acme::Bleach
For more information on module installation, please visit the detailed CPAN module installation guide.