Name: | perl-UNIVERSAL-ref |
---|---|
Version: | 0.14 |
Release: | 28.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 78904 |
License: | GPL+ or Artistic |
RPM: | perl-UNIVERSAL-ref-0.14-28.el8.aarch64.rpm |
Source RPM: | perl-UNIVERSAL-ref-0.14-28.el8.src.rpm |
Build Date: | Tue Dec 10 2019 |
Build Host: | ca-arm-jenkins-builder-01 |
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. |