[ bianca ]
[ 源代码: libvendorlib-perl ]
软件包:libvendorlib-perl(0.12-4)
libvendorlib-perl 的相关链接
下载源码包 libvendorlib-perl:
- [libvendorlib-perl_0.12-4.debian.tar.xz]
- [libvendorlib-perl_0.12-4.dsc]
- [libvendorlib-perl_0.12.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
pragma to enforce only core and vendor libraries are used
In a system distribution such as Debian, it may be advisable for Perl programs to ignore the user's CPAN-installed modules and only use the distribution-provided modules to avoid possible breakage with newer and unpackaged versions of modules.
To that end, this pragma will replace your @INC with only the core and vendor @INC paths, ignoring site_perl and $ENV{PERL5LIB} entirely.
It is recommended that you put 'use vendorlib;' as the first statement in your program, before even 'use strict;' and 'use warnings;'.
其他与 libvendorlib-perl 有关的软件包
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language