[ 源代码: libmodule-pluggable-perl ]
软件包:libmodule-pluggable-perl(5.2-1)
libmodule-pluggable-perl 的相关链接
Debian 的资源:
下载源码包 libmodule-pluggable-perl:
- [libmodule-pluggable-perl_5.2-1.dsc]
- [libmodule-pluggable-perl_5.2.orig.tar.gz]
- [libmodule-pluggable-perl_5.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for giving modules the ability to have plugins
Module::Pluggable provides a simple but, hopefully, extensible way of having 'plugins' for your module. Essentially all it does is export a method into your namespace that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you.
其他与 libmodule-pluggable-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libmodule-runtime-perl (>= 0.012)
- Perl module for runtime module handling