We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659b78c commit 4444d34Copy full SHA for 4444d34
doc/Type/Cool.pod6
@@ -1276,7 +1276,9 @@ Coerces the invocant to L<IO::Path>.
1276
1277
Defined as:
1278
1279
- method EVAL(*%_);
+=for code
1280
+ method EVAL(*%_)
1281
1282
sub EVAL($code where Cool|Blob, :$lang = 'perl6')
1283
1284
Method form calls subroutine form with invocant as C<$code>, passing along
doc/Type/Pod/Block/Declarator.pod6
@@ -4,7 +4,7 @@
4
5
=SUBTITLE Declarator block in a Pod document
6
7
- class Pod::Block::Declarator is Pod::Block { ... }
+ class Pod::Block::Declarator is Pod::Block { }
8
9
Class for a declarator Pod block
10
0 commit comments