1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libuniversal-isa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Nathan Handler <nhandler@debian.org>,
Ryan Niebur <ryan@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libcgi-pm-perl,
perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120900)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libuniversal-isa-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-isa-perl.git
Homepage: https://metacpan.org/release/UNIVERSAL-isa
Package: libuniversal-isa-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: 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.
|