Paketname | libclass-pluggable-perl |
Beschreibung | Simple pluggable class. |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.022-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 8382 Byte |
Prüfsumme MD5 | 668f018ab7048021227373a85fc679b4 |
Prüfsumme SHA1 | fc6b82a6eedd7464fffc1e373f1b8ffd734c902e |
Prüfsumme SHA256 | 40faf7cfa5cf581d1011567d054e052826b20882bbfae539c2cfee0f80fc6dd1 |
Link zum Herunterladen | libclass-pluggable-perl_0.022-2_all.deb |
Ausführliche Beschreibung | 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.
|