mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
275be4db98
Provide a pseudo-class NEXT (et al) that allows method redispatch.
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/NEXT/
|
|
|
|
--
|
|
Mathieu Arnold
|
|
mat@FreeBSD.org
|