I want to create a PAR distribution of a perl script of mine, but I do not want the people that I distribute the script to to be able to retrieve my source code (at least not easily).
Is the Bleach filter sufficient to do this? Or should I use something like Module::CryptSource, or something of that sort?
