| Paketname | librose-object-perl |
| Beschreibung | simple Perl object base class |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.856-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 280 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | libclass-xsaccessor-perl |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 65040 Byte |
| Prüfsumme MD5 | 0dba71c6ec1fdaad21929342e416691f |
| Prüfsumme SHA1 | 1f8702ab4feee4de897e55ccd602f161466f4cc3 |
| Prüfsumme SHA256 | 0542337eb93e2cad35951ab71905ff2c200569e4efa2c499acd118fbd2b244c1 |
| Link zum Herunterladen | librose-object-perl_0.856-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.
|