NAME
Perl::Critic::RENEEB - A collection of handy Perl::Critic policies
VERSION
version 0.03
SYNOPSIS
Perl::Critic::RENEEB is a collection of Perl::Critic policies that is used in my programming environment
DESCRIPTION
The rules included with the Perl::Critic::RENEEB group include:
Perl::Critic::Policy::RegularExpressions::RequireExtendedFormattingExceptForSplit
I use split with regular expressions regularly, but I don't want to use the x-modifier there. So I wrote this policy to check all regular expressions in my programs but those used as a parameter to split.
Perl::Critic::Policy::Reneeb::ProhibitBlockEval
Use try{...}
from Try::Tiny instead of 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)