xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/for (revision de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b)
1[name]
2Handling of =for
3
4[input]
5=head1 Test of =for
6
7=for comment
8This won't be seen.
9
10Yes.
11
12=for text
13This should be seen.
14
15=for TEXT As should this.
16
17=for man
18But this shouldn't.
19
20Some more text.
21
22[output]
23Test of =for
24    Yes.
25
26This should be seen.
27As should this.
28    Some more text.
29