[ bianca ]
[ 源代码: librecommended-perl ]
软件包:librecommended-perl(0.003-2)
librecommended-perl 的相关链接
下载源码包 librecommended-perl:
- [librecommended-perl_0.003-2.debian.tar.xz]
- [librecommended-perl_0.003-2.dsc]
- [librecommended-perl_0.003.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Load recommended Perl modules on demand when available
recommended gathers a list of recommended modules and versions and provides means to check if they are available. It is a thin veneer around Module::Runtime.
There are two major benefits over using Module::Runtime directly:
* Self-documents recommended modules together with versions at the top
of your code, while still loading them on demand elsewhere.
* Dies if a recommended module exists but fails to compile, but
doesn't die if the module is missing or the version is insufficient.
This is not something that Module::Runtime offers in a single
subroutine.
其他与 librecommended-perl 有关的软件包
|
|
|
|
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language