Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't complain about unused 'our' declarations
  • Loading branch information
TimToady committed Mar 31, 2011
1 parent 430e3d6 commit a105156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STD.pm6
Expand Up @@ -5203,6 +5203,7 @@ method getsig {
next if $desc<used>;
next if $desc<rebind>;
next if $desc<dynamic>;
next if $desc<scope> eq 'our';
next if $desc<scope> eq 'state';
next if $desc<stub>;
my $pos = $desc<declaredat> // self.pos;
Expand Down

0 comments on commit a105156

Please sign in to comment.