File: control

package info (click to toggle)
libclass-returnvalue-perl 0.55-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 160 kB
  • sloc: perl: 1,016; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,152 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
Source: libclass-returnvalue-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libdevel-stacktrace-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-returnvalue-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-returnvalue-perl.git
Homepage: https://metacpan.org/release/Class-ReturnValue
Rules-Requires-Root: no

Package: libclass-returnvalue-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-stacktrace-perl
Description: return-value object that can be treated as boolean, array or object
 Class::ReturnValue is a "clever" return value object that can allow
 code calling your routine to expect:
 a boolean value (did it fail)
 or a list (what are the return values)