Skip to content

Commit

Permalink
Fix infinite recursion in || in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Aug 26, 2010
1 parent 6c3c243 commit 198aa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RxOp.pm
Expand Up @@ -216,7 +216,7 @@ use CgOp;
$cni, Op::StatementList->new(children => \@terms);
}

sub lad { $_->zyg->[0]->lad }
sub lad { $_[0]->zyg->[0]->lad }

__PACKAGE__->meta->make_immutable;
no Moose;
Expand Down

0 comments on commit 198aa14

Please sign in to comment.