[ 源代码: libmodule-compile-perl ]
软件包:libmodule-compile-perl(0.37-1)
libmodule-compile-perl 的相关链接
Debian 的资源:
下载源码包 libmodule-compile-perl:
- [libmodule-compile-perl_0.37-1.dsc]
- [libmodule-compile-perl_0.37.orig.tar.gz]
- [libmodule-compile-perl_0.37-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module providing a system to compile Perl modules
Module::Compile provides a system for writing modules that *compile* other Perl modules.
Modules that use these compilation modules get compiled into some altered form the first time they are run. The result is cached into ".pmc" files.
Perl has native support for ".pmc" files. It always checks for them, before loading a ".pm" file.