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.