Skip to content

Commit

Permalink
Tweaks regex, refs #2966, #3024
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 16, 2019
1 parent 8f89b45 commit 94513d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Distribution/Path.pod6
@@ -1,4 +1,4 @@
=begin pod :kind("Type") :subkind("class") :category("basic")
OK, =begin pod :kind("Type") :subkind("class") :category("basic")

=TITLE class Distribution::Path
Expand Down
2 changes: 1 addition & 1 deletion xt/word-variants.t
Expand Up @@ -22,7 +22,7 @@ my %variants = %( filehandle => 'file [\s+|\-] handle',
smartmatch => 'smart [\s+|\-] match',
zero-width => 'zero \s+ width<!before \' joiner\'><!before \' no-break space\'>',
NYI => 'niy',
meta => '<!after method \s+> meta [\s+|\-] <<',
meta => '<!after [ method || \$ ] \s*> meta [\s+|\-] <<',
precompil => 'pre \- compil',
semicolon => 'semi [\s+|\-] colon',
metadata => 'meta [\s+|\+] data',
Expand Down

0 comments on commit 94513d3

Please sign in to comment.