套件:libextutils-installpaths-perl(0.012-1.1)
libextutils-installpaths-perl 的相關連結
Debian 的資源:
下載原始碼套件 libextutils-installpaths-perl:
- [libextutils-installpaths-perl_0.012-1.1.dsc]
- [libextutils-installpaths-perl_0.012.orig.tar.gz]
- [libextutils-installpaths-perl_0.012-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to make Build.PL install path logic easy
ExtUtils::InstallPaths tries to make install path resolution as easy as possible.
When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets you specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets you specify a temporary installation directory like /tmp/install in case you want to create bundled-up installable packages.
其他與 libextutils-installpaths-perl 有關的套件
|
|
|
|
-
- dep: libextutils-config-perl
- wrapper around Perl's configuration hash
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language