summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-die
blob: ab4a493bd5628db9aadcd3171221f83356c1a36f (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 throw exceptions

[options]
errors die

[input]
=over 4

=item Foo

Bar.

=head1 NEXT

[output]
    Foo Bar.

NEXT

[errors]
Pod input around line 7: You forgot a '=back' before '=head1'

[exception]
POD document had syntax errors