From 58c34c0efdba9b158886f6ae1683214dcd0f25f0 Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Sun, 15 Jan 2023 17:07:46 -0600 Subject: [PATCH] rm pod version critic --- .perlcritic | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.perlcritic b/.perlcritic index 8edcf25..682365f 100644 --- a/.perlcritic +++ b/.perlcritic @@ -15,6 +15,7 @@ forbid = abstract bases close contract last left no record right second allow = _update_status [Subroutines::ProhibitManyArgs] [-Documentation::RequirePodSections] +[-Compatibility::PodMinimumVersion] [-TooMuchCode::ProhibitDuplicateLiteral] [-ControlStructures::ProhibitUnlessBlocks] [-ControlStructures::ProhibitCascadingIfElse] @@ -22,6 +23,6 @@ allow = _update_status functions = :builtins exclude_functions = print [Modules::ProhibitExcessMainComplexity] -max_mccabe = 40 + max_mccabe = 40 [Subroutines::ProhibitExcessComplexity] -max_mccabe = 40 \ No newline at end of file +max_mccabe = 40 -- 2.38.5