NAME
Perl::Critic::Policy::Lax::RequireEndWithTrueConst - ending your package with a simple, fun true value is okay
VERSION
version 0.014
DESCRIPTION
This policy behaves like Perl::Critic::Policy::Modules::RequireEndWithOne, but allows frivolity like ending with "Club sandwich"
.
The return value must be the final statement of the module.
PERL VERSION
This library should run on perls released even a long time ago. It should work on any version of perl released in the last five years.
Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.
WARNINGS
There are many true values that this won't actually accept. The biggest issue is returning lists or other comma-delimited values. While it would be nice to support these, they're not the sort of club sandwich with which I usually end my code, so I'm not likely to code the fix myself.
Patches welcome.
AUTHOR
Ricardo Signes <cpan@semiotic.systems>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by Ricardo Signes <cpan@semiotic.systems>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.