Skip Menu |

This queue is for tickets about the Pod-Spell CPAN distribution.

Report information
The Basics
Id: 81557
Status: new
Priority: 0/
Queue: Pod-Spell

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

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



Subject: Filter out CamelCaseWords from =headN and =item commands
As =headN and =item commands are often used to list methods, options, and other names which may be CamelCased (this being Perl after all :), it would be great to filter out "words" which look like CamelCase in _treat_words. (Code which uses a similar POD style but method names in lower_case_with_underscores already nicely passes through because of the underscores.) If you think this is something you'd release, I'll happily write tests and the small patch to implement it.