| Paketname | librose-object-perl |
| Beschreibung | simple Perl object base class |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.858-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 280 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | libclass-xsaccessor-perl |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 66318 Byte |
| Prüfsumme MD5 | 0bbfbebe1ffe66351ad95c0980848a39 |
| Prüfsumme SHA1 | c759c01a9affdd77adba1e9734f380d28c32e35e |
| Prüfsumme SHA256 | 081999d451fc82e964cb0a5b6e36062e28a192e38c110cc8f19256641401f6c0 |
| Link zum Herunterladen | librose-object-perl_0.858-1_all.deb |
| Ausführliche Beschreibung | Rose::Class is a generic base class for classes. It provides a single class
method (error), but may be expanded further in the future.
.
A class that inherits from Rose::Class is not expected to allow objects
of that class to be instantiated, since the namespace for class and object
methods is shared. For example, it is common for Rose::Object-derived classes
to have error methods, but this would conflict with the Rose::Class method of
the same name.
|