xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-pod (revision de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b)
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    Foo Bar.
18
19NEXT
20POD ERRORS
21    Hey! The above document had some coding errors, which are explained
22    below:
23
24    Around line 7:
25        You forgot a '=back' before '=head1'
26