Name: | perl-Module-Extract-Use |
---|---|
Version: | 1.043 |
Release: | 10.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 23822 |
License: | Artistic 2.0 |
RPM: | perl-Module-Extract-Use-1.043-10.el8.noarch.rpm |
Source RPM: | perl-Module-Extract-Use-1.043-10.el8.src.rpm |
Build Date: | Mon Nov 04 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Module-Extract-Use |
Summary: | Pull out the modules a module explicitly uses |
Description: | Extract the names of the modules used in a file using a static analysis. Since this module does not run code, it cannot find dynamic uses of modules, such as eval "require $class". It only reports modules that the file loads directly. Modules loaded with parent or base, for instance, will be in the import list for those pragmas but won't have separate entries in the data this module returns. |