Hi William,
Damian does not like constants, but I do - so we always disable this
policy in our perlcriticrc - it was just an example :)
jonasbn
On 18/02/2009, at 22.10, Bill Ward wrote:
On Wed, Feb 18, 2009 at 12:22 PM, Jonas Brømsø Nielsen <[email protected]
> wrote:
Hi Roger,
How do you perform your perlcritic runs?
I can recommend the verbosity setting 8
perlcritic --verbose 8
This gives you quite friendly policy identifiers
[ValuesAndExpressions::ProhibitConstantPragma] Pragma
"constant" used at line 22, column 1. (Severity: 4)
What's wrong with 'use constant'?