Subject: | ProhibitCallsToUndeclaredSubs example typo |
Date: | Wed, 18 Jun 2008 11:17:12 +1000 |
To: | bug-Perl-Critic-StricterSubs [...] rt.cpan.org |
From: | Kevin Ryde <user42 [...] zip.com.au> |
I cut and pasted from the pod for ProhibitCallsToUndeclaredSubs
[Subroutines::ProhibitCallsToUndeclaredSubs]
exempt_subs Test::More::ok Test::More::is
but that seems to provoke an error
Could not parse profile "/home/gg/.perlcriticrc": Syntax error at line 104: 'exempt_subs Test::More::ok Test::More::is'
I guess it's "exempt_subs=Foo::bar..." with an "=".