NAME MooseX::Exception::Rot13 - Rot13-encode Moose-generated exception messages SYNOPSIS setenv PERL5OPT '-MMooseX::Exception::Rot13' prove -lv t/*.t DESCRIPTION This module globally applies rot13 encoding to all exceptions generated by Moose 2.1102 and above. This makes it easy to find places in your application code and test suite where you're relying on the exact text of particular error messages. (When what you should be doing now is checking `$exception->isa`.) BUGS Please report any bugs to . SEE ALSO Moose::Exception, . AUTHOR Toby Inkster . COPYRIGHT AND LICENCE This software is copyright (c) 2013 by Toby Inkster. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. DISCLAIMER OF WARRANTIES THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.