[ 源代码: perl-depends ]
软件包:perl-depends(2016.1029+git8f67695-2)
perl-depends 的相关链接
Debian 的资源:
下载源码包 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]
维护小组:
外部的资源:
- 主页 [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.