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

NAME

Perl::Critic::Dancer2 - A collection of handy perlcritic modules for Dancer2

VERSION

version 0.4100

SYNOPSIS

Perl::Critic policies for use with Dancer2.

DESCRIPTION

The included policies are:

Perl::Critic::Policy::Dancer2::ProhibitDeprecatedKeywords

Complains about usage of deprecated keywords [Default severity: 4]

Perl::Critic::Policy::Dancer2::ProhibitUnrecommendedKeywords

Complains about usage of unrecommended keywords [Default severity: 2]

Perl::Critic::Policy::Dancer2::ReturnNotNecessary

Certain keywords immediately end execution of the route with an implicit return, so using return before them is not necessary. [Default severity: 3]

AFFILIATION

This module has no functionality, but instead contains documentation for this distribution and acts as a means of pulling other modules into a bundle. All of the Policy modules contained herein will have an AFFILIATION section announcing their participation in this grouping.

CONFIGURATION AND ENVIRONMENT

All policies included are in the dancer2 theme. See the Perl::Critic documentation for how to make use of this.

ACKNOWLEDGEMENTS

Special thanks to Jason Crome, who is always encouraging me to indulge and write tools like this one. And to Sawyer X, who discussed the need for such a module on a Dancer2 issue a loooooong time back, at this GitHub issue.

SEE ALSO

Perl::Critic
Dancer2

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.