Пакет perl-Module-Extract-Use: Информация
Исходный пакет: perl-Module-Extract-Use
Версия: 1.054-alt1
Собран: 12 ноября 2025 г. 13:39 в задании #399820
Категория: Разработка/Perl
Сообщить об ошибке в пакетеДомашняя страница: https://metacpan.org/release/Module-Extract-Use/
Лицензия: Artistic-2.0
О пакете: Perl module to pull out the modules a module explicitly uses
Описание:
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.
Сопровождающий: Nikolay A. Fetisov
Последнее изменение
5 ноября 2025 г. Nikolay A. Fetisov 1.054-alt1
- New version
22 октября 2024 г. Nikolay A. Fetisov 1.053-alt1
- New version
27 марта 2024 г. Nikolay A. Fetisov 1.052-alt1
- New version