Skip to content

Commit 2fddedd

Browse files
committed
generate.pl POD changes; split keys into sections
1 parent 4cc1d62 commit 2fddedd

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

generate.pl

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ =head1 DESCRIPTION
100100
101101
=over 4
102102
103+
=item REQUIRED
104+
105+
=over 4
106+
103107
=item version
104108
105109
The actual perl version, such as B<5.20.1>.
@@ -112,17 +116,29 @@ =head1 DESCRIPTION
112116
113117
The PAUSE (CPAN user) account that the release was uploaded to.
114118
115-
=item (optionally) extra_args
119+
=back
120+
121+
=item OPTIONAL
122+
123+
=over 4
124+
125+
=item extra_args
116126
117127
Additional text to pass to C<Configure>. At the moment, this is necessary for
118128
5.18.x so that it can get the C<-fwrapv> flag.
119129
120-
=item (optionally) test_parallel
130+
Default: C<"">
131+
132+
=item test_parallel
121133
122134
This can be either 'no', 'yes', or unspecified (equivalent to 'yes').
123135
Added due to dist/IO/t/io_unix.t failing when TEST_JOBS > 1, but should
124136
only be used in case of a documented issue.
125137
138+
Default: C<yes>
139+
140+
=back
141+
126142
=back
127143
128144
=cut

0 commit comments

Comments
 (0)