Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Oops, protoregex method should be !protoregex.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 18, 2009
1 parent af458ca commit 9b7739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/P6Grammar/Actions.pm
Expand Up @@ -46,7 +46,7 @@ method regex_stmt($/, $key?) {
PAST::Op.new(
PAST::Var.new( :name('self'), :scope('register') ),
$name,
:name('protoregex'),
:name('!protoregex'),
:pasttype('callmethod'),
),
:blocktype('method'),
Expand Down

0 comments on commit 9b7739d

Please sign in to comment.