Help for this page

Select Code to Download


  1. or download this
    :compiler perlcritic
    :make
    
  2. or download this
    ## no critic: All the bad stuff below is necessary because [...]
    
  3. or download this
    use Perl::Critic::Reference;
    my $ref = Perl::Critic::Reference->new();
    ...
    
    # and later...
    my $explanation = $ref->lookup($violation->policy());