This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.10
[perl5.git] / cpan / podlators / t / data / snippets / man / error-pod
1 [name]
2 Errors to POD source
3
4 [options]
5 errors pod
6
7 [input]
8 =over 4
9
10 =item Foo
11
12 Bar.
13
14 =head1 NEXT
15
16 [output]
17 .IP "Foo" 4
18 .IX Item "Foo"
19 Bar.
20 .SH "NEXT"
21 .IX Header "NEXT"
22 .SH "POD ERRORS"
23 .IX Header "POD ERRORS"
24 Hey! \fBThe above document had some coding errors, which are explained below:\fR
25 .IP "Around line 7:" 4
26 .IX Item "Around line 7:"
27 You forgot a '=back' before '=head1'