mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9217d0ff50
builtin function into a multimethod.
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
This module changes the behavior of the builtin function ref(). If ref()
|
|
is called on an object that has requested an overloaded ref, the
|
|
object's ->ref method will be called and its return value used instead.
|
|
|
|
WWW: http://search.cpan.org/dist/UNIVERSAL-ref/
|