パッケージ: perl-depends (2016.1029+git8f67695-2)
perl-depends に関するリンク
Trisquel の資源:
perl-depends ソースパッケージをダウンロード:
- [perl-depends_2016.1029+git8f67695-2.dsc]
- [perl-depends_2016.1029+git8f67695.orig.tar.gz]
- [perl-depends_2016.1029+git8f67695-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- gregor herrmann
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
rough indicator of Perl module dependencies
perl-depends is a tool to show roughly what modules a program uses. Perl evaluates "use" commands at compile time, storing the information about loaded modules in the %INC variable. Comparing that list with the standard Perl modules gives an estimate of the external module dependencies.
The dependency information can be used to determine what external modules have to be installed before the program can be used.