[ 源代码: libuniversal-isa-perl ]
软件包:libuniversal-isa-perl(1.20171012-3)
libuniversal-isa-perl 的相关链接
Debian 的资源:
下载源码包 libuniversal-isa-perl:
- [libuniversal-isa-perl_1.20171012-3.dsc]
- [libuniversal-isa-perl_1.20171012.orig.tar.gz]
- [libuniversal-isa-perl_1.20171012-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
safer version of UNIVERSAL::isa
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.