summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-pod
blob: 807de010f87a7230fc266eb04c86661995b42bc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[name]
Errors to POD source

[options]
errors pod

[input]
=over 4

=item Foo

Bar.

=head1 NEXT

[output]
    Foo Bar.

NEXT
POD ERRORS
    Hey! The above document had some coding errors, which are explained
    below:

    Around line 7:
        You forgot a '=back' before '=head1'