Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().
[p5sagit/p5-mst-13.2.git] / t / pod / usage2.pod
1 =head1 Heading-1
2
3 =over 100
4
5 =item One
6
7 =item Two
8
9 =back
10
11 =head2 Heading 2
12
13 Some text
14
15 =head1 BugHeader
16
17 Some text
18
19 =head2 BugHeader2
20
21 =over 4
22
23 =item More
24
25 =item Still More
26
27 =back
28
29 =head1 Heading-2
30
31 =head2 Heading-2.2
32
33 More text.
34
35 =head1 OPTIONS AND ARGUMENTS
36
37 =head2 Arguments
38
39 The required arguments (which typically follow any options on the
40 command line) are:
41
42 =over
43
44 =item I<destination>
45
46 =item I<files>
47
48 =back
49
50 =head2 Options
51
52 Options may be abbreviated. Options which take values may be separated
53 from the values by whitespace or the "=" character.
54
55 =cut
56