套件: 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.