Blow up your variable names
Version: 0.01Acme::VarMess is a Perl module to blow up your variable names.
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by:
SYNOPSIS
use Acme::VarMess;
$Acme::VarMess::DEBUG = 1;
blow($source_code, $output_file);
blow($source_code_file, $output_file);
dont_blow(@list_of_symbols);
This module screws up the variables in your source code and replace them with md5-digest-like strings. It also strips comments and PODs in your source. There's no warranty that VarMess-ed code still works normally.
dont_blow() takes a list of symbols that you don't want to be replaced.
Turn on $Acme::VarMess::DEBUG if you want to see the mapping table.