File: perlcriticrc

package info (click to toggle)
libtest-pod-content-perl 0.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 116 kB
  • ctags: 8
  • sloc: perl: 166; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Disable checking for automatic exports, as it is part of
# Test:: module's API...
[-Perl::Critic::Policy::Modules::ProhibitAutomaticExportation]

# Disable requiring to croak, as we always catch, or re-throw
[-ErrorHandling::RequireCarping]

# allow_messages_ending_with_newlines = 0
[Variables::ProhibitPunctuationVars]
allow = $@

[Documentation::RequirePodSections]
lib_sections    = NAME | SYNOPSIS | DESCRIPTION | SUBROUTINES/METHODS | DEPENDENCIES | BUGS AND LIMITATIONS | LICENSE AND COPYRIGHT | AUTHOR
script_sections = NAME | USAGE | OPTIONS | EXIT STATUS | AUTHOR