File: control

package info (click to toggle)
libsub-prototype-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: perl: 1,090; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 918 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
Source: libsub-prototype-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10), perl, libsub-exporter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Sub-Prototype
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsub-prototype-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsub-prototype-perl.git

Package: libsub-prototype-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libsub-exporter-perl
Description: module to set a subroutine's prototype
 Sub::Prototype has only one function which is exported by default. The
 'set_prototype' function allows one to take a code reference and apply
 a subroutine prototype to it.