-
-
30 May 2009 23:56:12 UTC
- Distribution: Perl-Critic-Itch
- Module version: 0.07
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (2191 / 2 / 0)
- Kwalitee
Bus factor: 0- 93.75% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (27.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Perl::Critic
- Perl::Critic::TestUtils
- Perl::Critic::Utils
- Perl::Critic::Violation
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Perl::Critic::Itch - A collection of Perl::Critic Policies to solve some Itches
VERSION
Version 0.07
SYNOPSIS
Perl::Critic::Itch was created to fulfill some special requests when analyzing Perl Code. This policies, may not be useful to everyone, and surely not consensual, but they solve some little itches I had, and it makes me sleep better at night!
List of Policies implemented:
Perl::Critic::Policy::CodeLayout::ProhibitHashBarewords
AUTHOR
Marcelo Rodrigues,
<marcelo at cpan.org>
BUGS
Please report any bugs or feature requests to
bug-perl-critic-itch at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Critic-Itch. 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::Itch
You can also look for information at:
RT: CPAN's request tracker
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Thanks to
Jose Carlos Pereira for pointing me in the right direction!
All Perl::Critic::Policy contributors. Their code examples were quite useful.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Perl::Critic::Itch, copy and paste the appropriate command in to your terminal.
cpanm Perl::Critic::Itch
perl -MCPAN -e shell install Perl::Critic::Itch
For more information on module installation, please visit the detailed CPAN module installation guide.