This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: escape POD
authorDavid Mitchell <davem@iabyn.com>
Mon, 19 Nov 2018 12:38:27 +0000 (12:38 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 19 Nov 2018 12:42:33 +0000 (12:42 +0000)
commit6a4c4cd41c54334613baa6cada2145fd51e180e6
tree6c8ae72eeea012f8b274dda7aeb6e712dc791d58
parent42b23152d57f32c395f1809eda6f29e3e22d2c5c
autodoc.pl: escape POD

RT #133638

This script generates perlapi.pod, and contains snippets of POD
which it inserts into that file. The metacpan web site was interpreting
this as pod for autodoc.pl and displaying it.

Escape the pod by prefixing each line with '|'.
autodoc.pl