Krzysztof Krzyzaniak (eloy) wrote: > Package: wnpp > Severity: wishlist > Owner: "Krzysztof Krzyzaniak (eloy)" <[EMAIL PROTECTED]> > > * Package name : libuniversal-isa-perl > Version : 0.06 > Upstream Author : Autrijus Tang <[EMAIL PROTECTED]> > chromatic <[EMAIL PROTECTED]> > Yuval Kogman <[EMAIL PROTECTED]> > * URL : http://search.cpan.org/~chromatic/UNIVERSAL-isa/ > * License : Perl: GPL/Artistic > Programming Lang: Perl > Description : Safer version of UNIVERSAL::isa > > This module replaces 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.
maybe this way: UNIVERSAL is base class for ALL classes in Object Oriented Perl. UNIVERSAL::isa 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. -- [EMAIL PROTECTED] jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej