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 ee7fb89 commit 974b2aaCopy full SHA for 974b2aa
mapper.p6
@@ -12,7 +12,7 @@ MAP_FILE.spurt: to-json %(
12
13
sub subs {
14
find-symbols({
15
- $_ ~~ Sub and .DEFINITE and .name !~~ /^<[A..Z_-]>+ (':<'.+)? $/
+ $_ ~~ Sub and .DEFINITE and .name !~~ /^<['A..Z_-]>+ (':<'.+)? $/
16
})».&keyit;
17
}
18
0 commit comments