freebsd-ports/devel/p5-UNIVERSAL-ref/pkg-descr
Anton Berezin 9217d0ff50 Add devel/p5-UNIVERSAL-ref 0.14, a Perl module that turns the ref()
builtin function into a multimethod.
2012-12-13 10:28:44 +00:00

5 lines
259 B
Text

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/