File: control

package info (click to toggle)
libclass-errorhandler-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 108 kB
  • ctags: 3
  • sloc: perl: 17; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libclass-errorhandler-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.0.0
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-errorhandler-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-errorhandler-perl.git
Homepage: https://metacpan.org/release/Class-ErrorHandler

Package: libclass-errorhandler-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  Base class for error handling
 Class::ErrorHandler provides an error-handling mechanism that's generic
 enough to be used as the base class for a variety of OO classes.
 Subclasses inherit its two error-handling methods, error and errstr,
 to communicate error messages back to the calling program.