Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37413938
en ru br
ALT Linux repos
S:1.051-alt1

Group :: Development/Perl
RPM: perl-Module-Extract-Use

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.051-alt1
Build date: 10 february 2022, 15:43 ( 114.2 weeks ago )
Size: 17.85 Kb

Home page:   http://search.cpan.org/dist/Module-Extract-Use/

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.

Current maintainer: Nikolay A. Fetisov

List of contributors

List of rpms provided by this srpm:

  • perl-Module-Extract-Use
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin