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
100
100
101
101
=over 4
102
102
103
+ =item REQUIRED
104
+
105
+ =over 4
106
+
103
107
=item version
104
108
105
109
The actual perl version, such as B<5.20.1 > .
@@ -112,17 +116,29 @@ =head1 DESCRIPTION
112
116
113
117
The PAUSE (CPAN user) account that the release was uploaded to.
114
118
115
- =item (optionally) extra_args
119
+ =back
120
+
121
+ =item OPTIONAL
122
+
123
+ =over 4
124
+
125
+ =item extra_args
116
126
117
127
Additional text to pass to C<Configure > . At the moment, this is necessary for
118
128
5.18.x so that it can get the C<-fwrapv > flag.
119
129
120
- =item (optionally) test_parallel
130
+ Default: C<"" >
131
+
132
+ =item test_parallel
121
133
122
134
This can be either 'no', 'yes', or unspecified (equivalent to 'yes').
123
135
Added due to dist/IO/t/io_unix.t failing when TEST_JOBS > 1, but should
124
136
only be used in case of a documented issue.
125
137
138
+ Default: C<yes >
139
+
140
+ =back
141
+
126
142
=back
127
143
128
144
=cut
You can’t perform that action at this time.
0 commit comments