Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic-StricterSubs CPAN distribution.

Report information
The Basics
Id: 85855
Status: new
Priority: 0/
Queue: Perl-Critic-StricterSubs

People
Owner: Nobody in particular
Requestors: bbuss [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.)