Package perl-Module-Extract-Use: Information

  • Default inline alert: Version in the repository: 1.052-alt1

Source package: perl-Module-Extract-Use
Version: 1.051-alt1
Build time:  Oct 23, 2023, 01:27 AM
Category: Development/Perl
Report package bug
License: Artistic-2.0
Summary: Perl module to pull out the modules a module explicitly uses
Description: 
Perl module Module::Extract::Use extracts 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.

List of rpms provided by this srpm:
perl-Module-Extract-Use (noarch)

Maintainer: Nikolay A. Fetisov

List of contributors:
Nikolay A. Fetisov

    1. perl-PPI-XS
    2. perl-Test-Manifest
    3. perl-Test-Output
    4. perl-Test-Pod
    5. perl-Test-Pod-Coverage
    6. perl-devel
    7. rpm-build-licenses

Last changed


Feb. 10, 2022 Nikolay A. Fetisov 1.051-alt1
- New version
May 5, 2020 Nikolay A. Fetisov 1.047-alt1
- New version
Feb. 14, 2017 Nikolay A. Fetisov 1.043-alt1
- New version