[ bianca ]
[ ソース: libmodule-pluggable-perl ]
パッケージ: libmodule-pluggable-perl (5.2-5)
libmodule-pluggable-perl に関するリンク
libmodule-pluggable-perl ソースパッケージをダウンロード:
- [libmodule-pluggable-perl_5.2-5.debian.tar.xz]
- [libmodule-pluggable-perl_5.2-5.dsc]
- [libmodule-pluggable-perl_5.2.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [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