Paketname | libclass-factory-perl |
Beschreibung | Base class for dynamic factory classes |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.06-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 20866 Byte |
Prüfsumme MD5 | 98de23356775fab368945fd034c96c8e |
Prüfsumme SHA1 | 4fe6954d0114204a76ce559774bfc9cd6a3fdca2 |
Prüfsumme SHA256 | e662ec2cb64140f3afdcdd7fd1afdd749663079649f91c290da62c1e1d490a86 |
Link zum Herunterladen | libclass-factory-perl_1.06-2_all.deb |
Ausführliche Beschreibung | This is a simple module that factory classes can use to generate new
types of objects on the fly, providing a consistent interface to common
groups of objects.
.
Factory classes are used when you have different implementations for
the same set of tasks but may not know in advance what implementations
you will be using. With a factory class this is easy. Class::Factory
even provides a simple constructor for you.
|