| Name: | perl-constant-defer |
|---|---|
| Version: | 6 |
| Release: | 32.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 60228 |
| License: | GPL-3.0-or-later |
| RPM: | perl-constant-defer-6-32.el10_0.noarch.rpm |
| Source RPM: | perl-constant-defer-6-32.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-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. |