Source: libouch-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11) Build-Depends-Indep: libtest-trap-perl, perl Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libouch-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libouch-perl.git Homepage: https://metacpan.org/release/Ouch Package: libouch-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: exception handling module The Ouch module ("exceptions that don't hurt") provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. It is fast, easy to use, requires few typing, and has no prereqs, but still provides much of that same functionality as e.g. Exception::Class.