xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/error-stderr-opt (revision de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b)
1[name]
2Errors to standard error with stderr option
3
4[options]
5stderr 1
6
7[input]
8=over 4
9
10=item Foo
11
12Bar.
13
14=head1 NEXT
15
16[output]
17    Foo Bar.
18
19NEXT
20
21[errors]
22Pod input around line 7: You forgot a '=back' before '=head1'
23