The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Critic::Policy::Dancer2::ProhibitDeprecatedKeywords - Trigger perlcritic alerts on deprecated Dancer2 keywords

VERSION

version 0.4100

DESCRIPTION

The Dancer2 team has a deprecation policy, detailed at Dancer2::DeprecationPolicy, that will, in time, cause certain keywords to be removed from the Dancer2 codebase. You should not use these keywords, to prevent breaking your application when you update Dancer2 beyond that deprecation point.

AFFILIATION

This policy is part of Perl::Critic::Dancer2.

CONFIGURATION

This Policy is not configurable except for the standard options.

AUTHOR

D Ruth Holloway <ruth@hiruthie.me>

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by D Ruth Holloway.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.