File: item-ordering.pod

package info (click to toggle)
libtest-pod-perl 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: perl: 265; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $Id: item-ordering.pod 53 2003-03-04 17:41:18Z petdance $

=head1 COPYRIGHT

Copyright 2002, Andy Lester

=cut

# Here's a list with items out of order

=over 4

=item 2 

This is the first prime number

=item 3

This is the second prime number

=item 5

This is the third prime number

=back

=cut


# Here's a list with items that can't be

=over 4

Blah blah blah

=item 1

Item One

=item 2

Item 2

=cut