MooseX-Exception-Rot13

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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

lib/MooseX/Exception/Rot13.pm  view on Meta::CPAN

=pod

=encoding utf-8

=head1 NAME

MooseX::Exception::Rot13 - Rot13-encode Moose-generated exception messages

=head1 SYNOPSIS

   setenv PERL5OPT '-MMooseX::Exception::Rot13'
   prove -lv t/*.t

=head1 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 C<< $exception->isa >>.)



( run in 0.814 second using v1.01-cache-2.11-cpan-140bd7fdf52 )