Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libuniversal-ref-perl
Turns ref() into a multimethod
https://metacpan.org/release/UNIVERSAL-ref
0
no reviews
Install
Universal::ref 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.