NAME
Perl::Critic::Policy::Reneeb::RequirePostderef - Require Postdereferencing which became stable in Perl 5.24
VERSION
version 2.05
DESCRIPTION
Use postderef (e.g. $ref->@*) instead of the "old" dereferencing (e.g. @{$ref})
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)