From 5ba343e6ea76183f8f46c8ce28d36a66539a7b1d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Oct 2017 00:47:35 +1300 Subject: Exclude another Perl::Critic policy --- perlcritic/perlcriticrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perlcritic') diff --git a/perlcritic/perlcriticrc b/perlcritic/perlcriticrc index e8d13dcd..bc8453f8 100644 --- a/perlcritic/perlcriticrc +++ b/perlcritic/perlcriticrc @@ -14,6 +14,9 @@ add_exceptions = inet4 inet6 ipv4 ipv6 # documentation, so allow e.g. L on Perl 5.6 [-Compatibility::PodMinimumVersion] +# This one causes more trouble than it's worth, too +[-Documentation::RequirePODUseEncodingUTF8] + # Soften this policy a bit; tolerate all the single-digit integers as literals, # and also three powers of 10 (for percentages, milliseconds etc) [ValuesAndExpressions::ProhibitMagicNumbers] -- cgit v1.2.3