NAME
Perl::Critic::Policy::Tics::ProhibitManyArrows - (this => is => not => good)
VERSION
version 0.001
DESCRIPTION
You are not clever if you do this:
my %hash = (key1=>value1=>key2=>value2=>key3=>'value3');
You are even more not clever if you do this:
my %hash = (key1=>value1=>key2=>value2=>key3=>value3=>);
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT
Copyright (c) 2007 Ricardo SIGNES.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.