Paketname | libclass-pluggable-perl |
Beschreibung | Simple pluggable class. |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.022-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Sarah Connor |
Quelle | |
Paketgröße | 8188 Byte |
Prüfsumme MD5 | 3c799d9c5b8f7a07aa63009db061cea6 |
Prüfsumme SHA1 | 9581a05fbfc1a61a4d6b37ebb17dd96d7f7a9482 |
Prüfsumme SHA256 | d3e67ee5831f9efc2804a1168fde0ed3193fe65c210fa3f6fd2ff708d2609713 |
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.
|