severity = 3
verbose  = %f:%l:%c:%p:%m\n
exclude  = RegularExpressions::RequireExtendedFormatting ProhibitCascadingIfElse ProhibitSubroutinePrototypes RequireUseStrict ProhibitVersionStrings

[Subroutines::ProhibitManyArgs]
# Increasing from the default which is 5 until we have time to fix the two
# routines which have 6.
max_arguments = 6

[Modules::RequireExplicitPackage]
# We have to use warnings before the package statement because of the
# interaction with the PkgVersion dzil plugin.
allow_import_of = strict warnings