xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-pod (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2Errors to POD source
3
4[options]
5errors pod
6
7[input]
8=over 4
9
10=item Foo
11
12Bar.
13
14=head1 NEXT
15
16[output]
17.IP Foo 4
18.IX Item "Foo"
19Bar.
20.SH NEXT
21.IX Header "NEXT"
22.SH "POD ERRORS"
23.IX Header "POD ERRORS"
24Hey! \fBThe above document had some coding errors, which are explained below:\fR
25.IP "Around line 7:" 4
26.IX Item "Around line 7:"
27You forgot a '=back' before '=head1'
28