套件: libmodule-implementation-perl (0.09-1.1)
libmodule-implementation-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libmodule-implementation-perl:
- [libmodule-implementation-perl_0.09-1.1.dsc]
- [libmodule-implementation-perl_0.09.orig.tar.gz]
- [libmodule-implementation-perl_0.09-1.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
- Angel Abad
- Florian Schlichting
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for loading one of several alternate implementations of a module
Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.
This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
其他與 libmodule-implementation-perl 有關的套件
|
|
|
-
- dep: libmodule-runtime-perl (>= 0.012)
- Perl module for runtime module handling
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language