xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/sentence-spacing (revision de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b)
1[name]
2Spacing with sentence option
3
4[options]
5sentence 1
6
7[input]
8=head1 EXAMPLE
9
10Whitespace around C<<  this.  >> must be ignored per perlpodspec.  >>
11needs to eat all of the space in front of it.
12
13=cut
14
15[output]
16EXAMPLE
17    Whitespace around "this." must be ignored per perlpodspec.  >> needs to
18    eat all of the space in front of it.
19