1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libthrowable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdevel-stacktrace-perl <!nocheck>,
libmodule-runtime-perl <!nocheck>,
libmoo-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthrowable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthrowable-perl.git
Homepage: https://metacpan.org/release/Throwable
Rules-Requires-Root: no
Package: libthrowable-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdevel-stacktrace-perl,
libmodule-runtime-perl,
libmoo-perl
Description: role for classes that can be thrown
Throwable is a role for classes that are meant to be thrown as exceptions to
standard program flow. It automatically saves any previous
value for $@ and calls die $self.
|