| Paketname | libuniversal-isa-perl |
| Beschreibung | safer version of UNIVERSAL::isa |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1.02-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 60 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 8216 Byte |
| Prüfsumme MD5 | c574ffdc8a427cdfeae6552d2685236c |
| Prüfsumme SHA1 | f1a921ca94e9665f013ca547c24e151d95355f08 |
| Prüfsumme SHA256 | 561f1e2bb340ba6b1dfb557e0db1957d47965baf6c9d8ecb1efbe14e92b56a92 |
| 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.
|