File: control

package info (click to toggle)
libtry-tiny-smartcatch-perl 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: perl: 202; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,443 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
24
25
26
27
28
29
30
31
32
33
34
Source: libtry-tiny-smartcatch-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Homepage: https://github.com/mysz/try-tiny-smartcatch
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-smartcatch-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-smartcatch-perl
Testsuite: autopkgtest-pkg-perl

Package: libtry-tiny-smartcatch-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends}
Description: lightweight Perl module for powerful exceptions handling
 Try::Tiny::SmartCatch's goals are mostly the same as Try::Tiny module,
 but there are few changes to it's specification.  Main difference is
 possibility to catch just some kinds of exceptions in place of catching
 everything.  Another one is slightly changed syntax.
 .
 When raised exception is an object, Try::Tiny::SmartCatch will test for
 exception type (using UNIVERSAL::isa).  When raised exception is just a
 text message (like "die ('message')"), there can be specified part of
 message to test for.
 .
 There are also explicit sub blocks.  In opposite to Try::Tiny, every
 block in Try::Tiny::SmartCatch's "try", "catch_when", "catch_default",
 "then" and "finally" must have explicit subroutines specified.
Multi-Arch: foreign