Source: libclass-isa-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves , Xavier Guimard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-isa-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-isa-perl.git Homepage: https://metacpan.org/release/Class-ISA Package: libclass-isa-perl Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends}, Description: report the search path for a class's ISA tree Class::ISA returns the list of classes that the current class inherits from, listed in the order that Perl would search for a method not implemented in the current class. The list contains no duplicates.