NAME
Perl::Critic::RENEEB - A collection of handy Perl::Critic policies
VERSION
version 0.01
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.
VERSION
Version 0.01
AUTHOR
Renee Baecker, <module@renee-baecker.de>
BUGS
Please report any bugs or feature requests to bug-perl-critic-otrs at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-RENEEB. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Perl::Critic::RENEEB
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
Source code repository
COPYRIGHT & LICENSE
Copyright 2012 Renee Baecker.
This program is free software; you can redistribute it and/or modify it under the terms of:
the Artistic License version 2.0.
AUTHOR
Renee Baecker <module@renee-baecker.de>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)