Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expands xt to all non-method metas. Refs #2966
  • Loading branch information
JJ committed Aug 24, 2019
1 parent d6f7e8e commit fb04d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xt/word-variants.t
Expand Up @@ -22,7 +22,8 @@ my %variants = %( filehandle => 'file [\s+|\-] handle',
smartmatch => 'smart [\s+|\-] match',
zero-width => 'zero \s+ width<!before \' joiner\'><!before \' no-break space\'>',
NYI => 'niy',
metaoperator => 'meta [\s+|\-] operator',
# metaoperator => 'meta [\s+|\-] operator',
meta => '<!after method \s+> meta [\s+|\-]',
precompil => 'pre \- compil',
semicolon => 'semi [\s+|\-] colon',
metadata => 'meta [\s+|\+] data',
Expand Down

0 comments on commit fb04d5d

Please sign in to comment.