Name: | perl-constant-defer |
---|---|
Version: | 6 |
Release: | 22.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 60538 |
License: | GPLv3+ |
RPM: | perl-constant-defer-6-22.el9.noarch.rpm |
Source RPM: | perl-constant-defer-6-22.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/constant-defer |
Summary: | Constant subs with deferred value calculation |
Description: | constant::defer creates a subroutine which on the first call runs given code to calculate its value, and on the second and subsequent calls just returns that value, like a constant. The value code is discarded once run, allowing it to be garbage collected. |