[ 原始碼: libmodule-pluggable-perl ]
套件:libmodule-pluggable-perl(5.2-5)
libmodule-pluggable-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmodule-pluggable-perl:
- [libmodule-pluggable-perl_5.2-5.dsc]
- [libmodule-pluggable-perl_5.2.orig.tar.gz]
- [libmodule-pluggable-perl_5.2-5.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
- Larry Wall's Practical Extraction and Report Language
-
- rec: libmodule-runtime-perl
- Perl module for runtime module handling