Subject: | Documentation error on Subroutines::ProhibitCallsToUndeclaredSubs, CONFIGURATION section. |
Hi,
As Perl::Critic uses Config::Tiny to parse .perlcriticrc, the correct way to declare the "exempt_subs" should be:
[Subroutines::ProhibitCallsToUndeclaredSubs]
exempt_subs = Test::More::ok Test::More::is
(The only difference is the equal sign after exempt_subs.)