File: control

package info (click to toggle)
libouch-perl 0.0501-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 132 kB
  • sloc: perl: 146; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libouch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
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.