Business-PayPal-API

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[ControlStructures::ProhibitCStyleForLoops]
severity = 3
 
[InputOutput::RequireCheckedSyscalls]
functions = :builtins
exclude_functions = sleep
severity = 3
 
[Moose::RequireCleanNamespace]
modules = Moose Moose::Role MooseX::Role::Parameterized Moose::Util::TypeConstraints
cleaners = namespace::autoclean
 
[NamingConventions::Capitalization]
package_exemptions = [A-Z]\w+|minFraud
file_lexical_variables = [A-Z]\w+|[^A-Z]+
global_variables = :starts_with_upper
scoped_lexical_variables = [A-Z]\w+|[^A-Z]+
severity = 3
 
# Given our code base, leaving this at 5 would be a huge pain
[Subroutines::ProhibitManyArgs]

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.697 second using v1.00-cache-2.02-grep-82fe00e-cpan-5f0c44f8eee )