Source: libclass-isa-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>=11~)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.2.0
Vcs-Browser: https://gitee.com/openkylin/libclass-isa-perl
Vcs-Git: https://gitee.com/openkylin/libclass-isa-perl.git
Homepage: https://metacpan.org/release/Class-ISA

Package: libclass-isa-perl
Architecture: all
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.
