Ricardo Signes > Perl-Critic-Lax-0.007 > Perl::Critic::Policy::Lax::RequireEndWithTrueConst

Download:
Perl-Critic-Lax-0.007.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.007   Source  

NAME ^

Perl::Critic::Policy::Lax::RequireEndWithTrueConst

VERSION ^

version 0.007

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.

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 <rjbs@cpan.org>

Adapted from Module::RequireEndWithOne by Chris Dolan

COPYRIGHT ^

Copyright (c) 2006 Ricardo SIGNES, Chris Dolan, Jeffrey Ryan Thalhammer.

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