Name: | perl-autouse |
---|---|
Version: | 1.11 |
Release: | 473.module+el8.10.0+90267+7012ad3b |
Architecture: | noarch |
Module: | perl:5.32:8100020240409120442:9fe1d287 |
Group: | Unspecified |
Size: | 6998 |
License: | GPL+ or Artistic |
RPM: | perl-autouse-1.11-473.module+el8.10.0+90267+7012ad3b.noarch.rpm |
Source RPM: | perl-5.32.1-473.module+el8.10.0+90267+7012ad3b.src.rpm |
Build Date: | Tue Apr 09 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.perl.org/ |
Summary: | Postpone load of modules until a function is used |
Description: | If a module is not loaded yet, then the autouse declaration declares functions in the current package. When these functions are called, they load the package and substitute themselves with the correct definitions. |