[ 原始碼: libbuiltin-compat-perl ]
套件:libbuiltin-compat-perl(0.003003-2)
libbuiltin-compat-perl 的相關連結
Debian 的資源:
下載原始碼套件 libbuiltin-compat-perl:
- [libbuiltin-compat-perl_0.003003-2.dsc]
- [libbuiltin-compat-perl_0.003003.orig.tar.gz]
- [libbuiltin-compat-perl_0.003003-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module providing builtin functions for older perl versions
builtin::compat provides builtin functions for perl versions that do not include the builtin module.
builtin::compat does its best to behave similar to builtin, which creates its exported functions as lexicals. The functions will be created in the currently compiling scope, not the immediate caller of builtin::compat->import. The functions will also be removed at the end of the compilation scope using namespace::clean.
The builtin functions will be used directly when they are available.
其他與 libbuiltin-compat-perl 有關的套件
|
|
|
|
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language