Skip to content

Commit aa121b3

Browse files
committed
Only show the version info on =head1's
1 parent 1db3856 commit aa121b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/create-cli.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ the L<Getopt|https://modules.perl6.org/search/?q=getopt> modules available
288288
in the ecosystem.
289289
290290
X<|ARGS-TO-CAPTURE>
291-
=head2 ARGS-TO-CAPTURE (2018.10, v6.d and later)
291+
=head2 ARGS-TO-CAPTURE
292292
293293
The C<ARGS-TO-CAPTURE> subroutine should accept two parameters: a Callable
294294
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
312312
have to reinvent the whole wheel if you don't want to.
313313
314314
X<|&*ARGS-TO-CAPTURE>
315-
=head2 &*ARGS-TO-CAPTURE (2018.10, v6.d and later)
315+
=head2 &*ARGS-TO-CAPTURE
316316
317317
A dynamic variable available inside any custom C<ARGS-TO-CAPTURE> subroutine
318318
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
327327
ecosystem.
328328
329329
X<|GENERATE-USAGE>
330-
=head2 GENERATE-USAGE (2018.10, v6.d and later)
330+
=head2 GENERATE-USAGE
331331
332332
The C<GENERATE-USAGE> subroutine should accept a Callable representing the
333333
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
357357
whole wheel if you don't want to.
358358
359359
X<|&*GENERATE-USAGE>
360-
=head2 &*GENERATE-USAGE (2018.10, v6.d and later)
360+
=head2 &*GENERATE-USAGE
361361
362362
A dynamic variable available inside any custom C<GENERATE-USAGE> subroutine
363363
that can be used to perform the default usage message creation. Takes the

0 commit comments

Comments
 (0)