Name: | perl-UNIVERSAL-ref |
---|---|
Version: | 0.14 |
Release: | 34.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 23779 |
License: | GPL+ or Artistic |
RPM: | perl-UNIVERSAL-ref-0.14-34.el9.x86_64.rpm |
Source RPM: | perl-UNIVERSAL-ref-0.14-34.el9.src.rpm |
Build Date: | Tue Feb 08 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/UNIVERSAL-ref |
Summary: | Turns ref() into a multimethod |
Description: | 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. |