[ ソース: libclass-pluggable-perl ]
パッケージ: libclass-pluggable-perl (0.022-2.2)
libclass-pluggable-perl に関するリンク
Debian の資源:
libclass-pluggable-perl ソースパッケージをダウンロード:
- [libclass-pluggable-perl_0.022-2.2.dsc]
- [libclass-pluggable-perl_0.022.orig.tar.gz]
- [libclass-pluggable-perl_0.022-2.2.diff.gz]
メンテナ:
外部の資源:
- ホームページ [search.cpan.org]
類似のパッケージ:
- libcgi-application-plugin-authorization-perl
- libcgi-application-plugin-anytemplate-perl
- libcgi-application-plugin-session-perl
- libcgi-application-plugin-dbh-perl
- libcgi-application-plugin-config-simple-perl
- libclass-dbi-fromcgi-perl
- libtitanium-perl
- libcgi-application-plugin-messagestack-perl
- libcgi-application-plugin-logdispatch-perl
- libcgi-simple-perl
- libcgi-application-plugin-configauto-perl
Simple pluggable class.
This class makes your class (sub class of Class::Pluggable) pluggable. In this documentation, the word "pluggable" has two meanings.
One is just simply adding new method to your pluggable classs from other plugin modules. So, after you plugged some modules to your class, you can use there method exactly same as your own object method.
You can see this kind of plugin mechanism in CGI::Application and CGI::Application::Plugin::Session.