Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 56621
Status: open
Priority: 0/
Queue: Perl-Critic

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

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



Subject: Check the spelling in your POD: html (possibly false positive)
1 #!/usr/bin/perl Check the spelling in your POD: html at line 1 1 #!/usr/bin/perl 2 use strict; 3 4 =pod 5 6 =over 4 7 8 =item B<--help-html> 9 10 Print help in HTML format. 11 12 =back 13 14 =end Please ignore terms where dashes are attached (--help-html).
Subject: Re: [rt.cpan.org #56621] Check the spelling in your POD: html (possibly false positive)
Date: Sat, 17 Apr 2010 17:19:40 -0500
To: bug-Perl-Critic [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
On 4/15/10 4:22 AM, Jari Aalto via RT wrote: Show quoted text
> Please ignore terms where dashes are attached (--help-html).
That would be a bit difficult, though it is doable. In the mean time, workarounds are: * Use C<...> instead of B<...> * Add to the stopwords, either within the file itself (=for stopwords ...) or in your perlcriticrc file.