Subject: | Minor Pod problems with -> |
There are a couple of places in the Pod documentation where ">" is not
propertly escaped, e.g. in:
B<$self->{parsed_command}> is set to the command to run.
This breaks conformant Pod parsers like the one used at search.cpan.org,
see http://search.cpan.org/dist/App-Chained/lib/App/Chained.pm
So either use B<< $self->{parsed_command} >> here, or escape using E<...>.
Regards,
Slaven