/usr/local/perl/lib/site_perl/5.8.5/Perl/Critic/Policy/ErrorHandling/RequireUseOfExceptions.pm |
Perl::Critic::Policy::ErrorHandling::RequireUseOfExceptions
This policy is part of the Perl::Critic::More manpage, a bleeding edge supplement to the Perl::Critic manpage.
If the decision is made that a system should use exceptions, then there should
be no use of die
, croak
, or confess
.
Elliot Shank <perl@galumph.org>
Copyright (c) 2007 Elliot Shank. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.
/usr/local/perl/lib/site_perl/5.8.5/Perl/Critic/Policy/ErrorHandling/RequireUseOfExceptions.pm |