File: control

package info (click to toggle)
libwant-perl 0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 172 kB
  • ctags: 10
  • sloc: perl: 171; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 930 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
Source: libwant-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.7
Homepage: https://metacpan.org/release/Want
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libwant-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwant-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libwant-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: generalisation of wantarray
 The Want module generalises the mechanism of the wantarray function,
 allowing a function to determine in some detail how its return value
 is going to be immediately used.