Debian lenny version packages
[pkg-perl] / deb-src / libtest-pod-perl / libtest-pod-perl-1.26 / t / item-ordering.pod
1 # $Id: item-ordering.pod 53 2003-03-04 17:41:18Z petdance $
2
3 =head1 COPYRIGHT
4
5 Copyright 2002, Andy Lester
6
7 =cut
8
9 # Here's a list with items out of order
10
11 =over 4
12
13 =item 2 
14
15 This is the first prime number
16
17 =item 3
18
19 This is the second prime number
20
21 =item 5
22
23 This is the third prime number
24
25 =back
26
27 =cut
28
29
30 # Here's a list with items that can't be
31
32 =over 4
33
34 Blah blah blah
35
36 =item 1
37
38 Item One
39
40 =item 2
41
42 Item 2
43
44 =cut
45