--- lib/mro.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/mro.pm b/lib/mro.pm index 858b8e5..d4be79a 100644 --- a/lib/mro.pm +++ b/lib/mro.pm @@ -310,7 +310,7 @@ exist. In simple cases, it is equivalent to: - $self->next::method(@_) if $self->next_can; + $self->next::method(@_) if $self->next::can; But there are some cases where only this solution works (like C<goto &maybe::next::method>); -- 1.5.5.1Thread Next