Name: | perl-UNIVERSAL-ref |
---|---|
Version: | 0.14 |
Release: | 34.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 76859 |
License: | GPL+ or Artistic |
RPM: | perl-UNIVERSAL-ref-0.14-34.el9.aarch64.rpm |
Source RPM: | perl-UNIVERSAL-ref-0.14-34.el9.src.rpm |
Build Date: | Sat Feb 19 2022 |
Build Host: | build-ol9-aarch64.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. |