[ 源代码: libmodule-pluggable-perl ]
软件包: libmodule-pluggable-perl (5.2-1)
libmodule-pluggable-perl 的相关链接
Trisquel 的资源:
下载源码包 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]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [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
- Larry Wall's Practical Extraction and Report Language
-
- rec: libmodule-runtime-perl (>= 0.012)
- Perl module for runtime module handling