[ 源代码: libimporter-perl ]
软件包:libimporter-perl(0.026-2)
libimporter-perl 的相关链接
Debian 的资源:
下载源码包 libimporter-perl:
- [libimporter-perl_0.026-2.dsc]
- [libimporter-perl_0.026.orig.tar.gz]
- [libimporter-perl_0.026-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
alternative but compatible interface to modules that export symbols
Importer acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables.