Skip to content

Commit

Permalink
properly carp on $\ usage
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 21, 2010
1 parent fadb800 commit 205d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -671,7 +671,7 @@ token special_variable:sym<$]> {
}

token special_variable:sym<$\\> {
<sym> <?before \s | ',' | '=' | <terminator> >
'$\\' <?before \s | ',' | '=' | <terminator> >
<.obs('$\\ variable', "the filehandle's :ors attribute")>
}

Expand Down

0 comments on commit 205d9d3

Please sign in to comment.