Subject: | pod formatting issue |
The rendered POD shows a formatting error on this line:
items specified are looked for and validated using $self-param> instead
of $self-query->param>.
###
Instead of this: C<$self->param>, use this:
C<< $self->param >>
With the single <> you have to escape other brackets within the quoted
text. With the double <<>>, you don't have to worry about quoting the "<"
and ">" within the text.