Move podlators from lib to ext.
[p5sagit/p5-mst-13.2.git] / lib / Pod / t / htmlescp.pod
1 =head1 NAME
2
3 Escape Sequences Test
4
5 =head1 DESCRIPTION
6
7 I am a stupid fool who puts naked < & > characters in my POD
8 instead of escaping them as E<lt> and E<gt>.
9
10 Here is some B<bold> text, some I<italic> plus F</etc/fstab>
11 file and something that looks like an E<lt>htmlE<gt> tag.
12 This is some C<$code($arg1)>.
13
14 Some numeric escapes: E<0120> E<0x65> E<x72> E<108>
15
16 =cut