Skip to content

Commit

Permalink
disable non-working modifiders on m// for now
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 11, 2010
1 parent a9912e1 commit 656170d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -2675,7 +2675,8 @@ INIT {
%SUBST_ALLOWED_ADVERBS{$_} := 1;
}

$mods := 'g global x c continue p pos nth th st nd rd ov overlap';
# TODO: add g global ov overlap once they actually work
$mods := 'x c continue p pos nth th st nd rd';
for pir::split__PSS(' ', $mods) {
%MATCH_ALLOWED_ADVERBS{$_} := 1;
}
Expand Down

0 comments on commit 656170d

Please sign in to comment.