| Paketname | libmodule-extract-use-perl |
| Beschreibung | Perl module to extract which modules some code uses |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.17-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 72 Byte |
| Hängt ab von | perl, libppi-perl (>= 1.203) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 8276 Byte |
| Prüfsumme MD5 | 30e8ff6598c493f0e4ba2a881573512b |
| Prüfsumme SHA1 | abfa8548ca30abaf0918c28d9d361053c74654dc |
| Prüfsumme SHA256 | bbeeef2b8a75d56edcd6196ee754815a3e2fc6f7f79cb49a739826acb6790ee5 |
| Link zum Herunterladen | libmodule-extract-use-perl_0.17-1_all.deb |
| Ausführliche Beschreibung | Module::Extract::Use extracts the names of the modules used in a file using a
static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract
the file data.
.
Since this module does not run code, it cannot find dynamic uses of modules,
such as eval "require $class".
|