Name: | perl-Module-Extract-Use |
---|---|
Version: | 1.04 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 11932 |
License: | GPL+ or Artistic |
RPM: | perl-Module-Extract-Use-1.04-2.el7.noarch.rpm |
Source RPM: | perl-Module-Extract-Use-1.04-2.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |
- Sanitize for Fedora submission
- Initial RPM version