package Perl::Critic::Policy::Freenode::DeprecatedFeatures; use strict; use warnings; use parent 'Perl::Critic::Policy::Community::DeprecatedFeatures'; our $VERSION = 'v1.0.0'; sub default_themes { 'freenode' } 1; =head1 NAME Perl::Critic::Policy::Freenode::DeprecatedFeatures - Avoid features that have been deprecated or removed from Perl =head1 DESCRIPTION Legacy C theme alias of L. =head1 AFFILIATION This policy is part of L. =head1 CONFIGURATION This policy is not configurable except for the standard options. =head1 AUTHOR Dan Book, C =head1 COPYRIGHT AND LICENSE Copyright 2015, Dan Book. This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0. =head1 SEE ALSO L, L