パッケージ: 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 (メールアーカイブ)
- 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