24c3f3f428
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found.
3 lines
191 B
Text
3 lines
191 B
Text
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method
|
|
m calls $self-NEXT::m()>, the call to m is redispatched as if the calling
|
|
method had not originally been found.
|