Source: libexception-class-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libclass-data-inheritable-perl <!nocheck>,
                     libdevel-stacktrace-perl <!nocheck>,
                     perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libexception-class-perl
Vcs-Git: https://gitee.com/openkylin/libexception-class-perl.git
Homepage: https://metacpan.org/release/Exception-Class
Rules-Requires-Root: no

Package: libexception-class-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-data-inheritable-perl,
         libdevel-stacktrace-perl
Description: module that allows you to declare real exception classes in Perl
 Exception::Class allows you to declare exceptions in your modules in a
 manner similar to how exceptions are declared in Java.
 .
 It features a simple interface allowing programmers to 'declare'
 exception classes at compile time.  It also has a base exception
 class, Exception::Class::Base, that can be used for classes stored in
 files (aka modules ;) ) that are subclasses.
 .
 It is designed to make structured exception handling simpler and
 better by encouraging people to use hierarchies of exceptions in their
 applications.
