Source: libalgorithm-c3-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.5.1
Vcs-Browser: https://gitee.com/openkylin/libalgorithm-c3-perl
Vcs-Git: https://gitee.com/openkylin/libalgorithm-c3-perl.git
Homepage: https://metacpan.org/release/Algorithm-C3
Rules-Requires-Root: no

Package: libalgorithm-c3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for merging hierarchies using the C3 algorithm
 The Algorithm::C3 module implements the C3 algorithm.
 .
 C3 is the name of an algorithm which aims to provide a sane method resolution
 order under multiple inheritance. It was first introduced in the language
 Dylan, and then later adopted as the preferred MRO (Method Resolution Order)
 for the new-style classes in Python 2.3. Most recently it has been adopted as
 the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot
 objects as well.
