| Paketname | libuniversal-isa-perl |
| Beschreibung | safer version of UNIVERSAL::isa |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.02-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 60 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 8248 Byte |
| Prüfsumme MD5 | f3b4a2979e44186427a9ecd11cac41f6 |
| Prüfsumme SHA1 | b0b823e2fa7edc533a77651d4cd848981d3130b8 |
| Prüfsumme SHA256 | 75efdb866a0cfbe090df3f3cd4d3cdc7fbe60e77a0ee236c731c28762126b903 |
| Link zum Herunterladen | libuniversal-isa-perl_1.02-1_all.deb |
| Ausführliche Beschreibung | UNIVERSAL is base class for ALL classes in Object Oriented Perl.
UNIVERSAL::isa (isa stands for "is a") is method which can tell
You if object is blessed in package or inherits from package.
.
This module overloads UNIVERSAL::isa with a version that makes sure
that, when called as a function on objects which override isa, isa will
call the appropriate method on those objects
.
In all other cases, the real UNIVERSAL::isa gets called directly.
|