File: control

package info (click to toggle)
libclass-throwable-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 108 kB
  • ctags: 20
  • sloc: perl: 447; makefile: 43
file content (22 lines) | stat: -rw-r--r-- 1,103 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
Source: libclass-throwable-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Class-Throwable/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-throwable-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-throwable-perl/

Package: libclass-throwable-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  A minimal lightweight exception class
 This module implements a minimal lightweight exception object. It is meant to 
 be a compromise between more basic solutions like Carp which can only print 
 information and cannot handle exception objects, and more more complex 
 solutions like Exception::Class which can be used to define complex inline 
 exceptions and has a number of module dependencies.