File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff 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
105109The actual perl version, such as B<5.20.1 > .
@@ -112,17 +116,29 @@ =head1 DESCRIPTION
112116
113117The 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
117127Additional text to pass to C<Configure > . At the moment, this is necessary for
1181285.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
122134This can be either 'no', 'yes', or unspecified (equivalent to 'yes').
123135Added due to dist/IO/t/io_unix.t failing when TEST_JOBS > 1, but should
124136only be used in case of a documented issue.
125137
138+ Default: C<yes >
139+
140+ =back
141+
126142=back
127143
128144=cut
You can’t perform that action at this time.
0 commit comments