module_scandeps
Scan file prerequisites
module_scandeps
Descrizione
scandeps.pl is a simple-minded utility that prints out the PREREQ_PM section needed by modules.
If the option -T is specified and you have CPANPLUS installed, modules that are part of an earlier module's distribution with be denoted with S; modules without a distribution name on CPAN are marked with ?.
Also, if the -B option is specified, module belongs to a perl distribution on CPAN (and thus uninstallable by CPAN.pm or CPANPLUS.pm) are marked with C.
Finally, modules that has loadable shared object files (usually needing a compiler to install) are marked with X; with the -V flag, those files (and all other files found) will be listed before the main output. Additionally, all module files that the scanned code depends on but were not found (and thus not scanned recursively) are listed. These may include genuinely missing modules or false positives. That means, modules your code does not depend on (on this particular platform) but that were picked up by the heuristic anyway.
Installa
Canale stable v1.37-1
Questa app e' curata in HaikuPorts. Installala da li', e' gia' disponibile in HaikuDepot.
pkgman install module_scandeps
Attenzione: il file arriva dal server di HaikuPorts, ma installarlo a mano non è la strada consigliata. È «pkgman» a risolvere le dipendenze che un .hpkg non porta con sé: un pacchetto installato da solo potrebbe non partire. Usa il comando pkgman qui sopra, a meno che tu non sappia esattamente perché ti serve il file.