This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update podlators to 5.01
[perl5.git] / cpan / podlators / t / data / snippets / man / bullet-after-nonbullet
CommitLineData
516cc7b3
CBW
1[name]
2Handling of bullet after non-bullet
3
4[options]
5errors none
6
7[input]
8=over 4
9
10=item foo
11
12Not a bullet.
13
14=item *
15
16Also not a bullet.
17
18=back
19
20[output]
a9304318 21.IP foo 4
516cc7b3
CBW
22.IX Item "foo"
23Not a bullet.
a9304318 24.IP * 4
516cc7b3 25Also not a bullet.