@@ -288,7 +288,7 @@ the L<Getopt|https://modules.perl6.org/search/?q=getopt> modules available
288
288
in the ecosystem.
289
289
290
290
X < |ARGS-TO-CAPTURE >
291
- = head2 ARGS-TO-CAPTURE (2018.10, v6.d and later)
291
+ = head2 ARGS-TO-CAPTURE
292
292
293
293
The C < ARGS-TO-CAPTURE > subroutine should accept two parameters: a Callable
294
294
representing the C < MAIN > unit to be executed (so it can be introspected if
@@ -312,7 +312,7 @@ the default command line arguments to C<Capture> processing, so you don't
312
312
have to reinvent the whole wheel if you don't want to.
313
313
314
314
X < |&*ARGS-TO-CAPTURE >
315
- = head2 &*ARGS-TO-CAPTURE (2018.10, v6.d and later)
315
+ = head2 &*ARGS-TO-CAPTURE
316
316
317
317
A dynamic variable available inside any custom C < ARGS-TO-CAPTURE > subroutine
318
318
that can be used to perform the default argument parsing. Takes the same
@@ -327,7 +327,7 @@ L<Getopt|https://modules.perl6.org/search/?q=getopt> modules available in the
327
327
ecosystem.
328
328
329
329
X < |GENERATE-USAGE >
330
- = head2 GENERATE-USAGE (2018.10, v6.d and later)
330
+ = head2 GENERATE-USAGE
331
331
332
332
The C < GENERATE-USAGE > subroutine should accept a Callable representing the
333
333
C < MAIN > subroutine that didn't get executed because the dispatch failed.
@@ -357,7 +357,7 @@ the default usage message generation, so you don't have to reinvent the
357
357
whole wheel if you don't want to.
358
358
359
359
X < |&*GENERATE-USAGE >
360
- = head2 &*GENERATE-USAGE (2018.10, v6.d and later)
360
+ = head2 &*GENERATE-USAGE
361
361
362
362
A dynamic variable available inside any custom C < GENERATE-USAGE > subroutine
363
363
that can be used to perform the default usage message creation. Takes the
0 commit comments