Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a missing our scope declarator that we somehow got away with in n…
…qp-rx.
  • Loading branch information
jnthn committed May 7, 2011
1 parent d1c4f3f commit 40c47c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -1984,7 +1984,7 @@ grammar Perl6::Grammar is HLL::Grammar {
}


sub parse_name($name) {
our sub parse_name($name) {
my $type_param := '';
my $sep := pir::index__ISS($name,'[');
if ($sep > -1) {
Expand Down

0 comments on commit 40c47c3

Please sign in to comment.