J
Jari Aalto
[Please keep CC] According to http://perldoc.perl.org/perlpod.html the
L<> is used like:
=pod
L<<a href="http://www.perl.org/">http://www.perl.org/</a>>
=cut
But this appears to signal errors:
$ podchecker test.pod
** WARNING: node '<a href="http://www.perl.org/"' contains non-escaped | or / at line ...
*** ERROR: unresolved internal link '<a href="http://www.perl.org/"' at line ...
How it is used?
Jari
L<> is used like:
=pod
L<<a href="http://www.perl.org/">http://www.perl.org/</a>>
=cut
But this appears to signal errors:
$ podchecker test.pod
** WARNING: node '<a href="http://www.perl.org/"' contains non-escaped | or / at line ...
*** ERROR: unresolved internal link '<a href="http://www.perl.org/"' at line ...
How it is used?
Jari