Name: | perl-constant-defer |
---|---|
Version: | 6 |
Release: | 15.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 60538 |
License: | GPLv3+ |
RPM: | perl-constant-defer-6-15.el8.noarch.rpm |
Source RPM: | perl-constant-defer-6-15.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.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. |