File: control

package info (click to toggle)
libsignatures-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 500 kB
  • sloc: perl: 282; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,480 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
35
Source: libsignatures-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~),
               libb-hooks-endofscope-perl,
               libb-hooks-op-check-perl (>= 0.18),
               libb-hooks-op-ppaddr-perl (>= 0.03),
               libb-hooks-parser-perl (>= 0.16),
               libextutils-depends-perl (>= 0.302),
               libperl6-junction-perl,
               perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsignatures-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsignatures-perl.git
Homepage: https://metacpan.org/release/signatures
Rules-Requires-Root: no

Package: libsignatures-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libb-hooks-endofscope-perl,
         libb-hooks-op-check-perl,
         libb-hooks-op-ppaddr-perl,
         libb-hooks-parser-perl (>= 0.16)
Description: Perl pragma for subroutine signatures
 signatures is a Perl pragma that provides a simple and robust way to declare
 named parameters for your subroutines. It provides a syntax similar to Perl
 function prototypes (see perlsub) and is robust since it does this without
 using source filters. It also provides a way to combine these signatures with
 normal Perl prototypes.