NAME
Perl::Critic::Policy::Reneeb::ProhibitBlockEval - Do not use the Block-eval. Use Try::Tiny instead
VERSION
version 2.05
DESCRIPTION
Try::Tiny adds some syntactic sugar to your Perl programs. It avoids some quirks with exception handling that uses eval{...}
.
AUTHOR
Renee Baecker <reneeb@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)