File: control

package info (click to toggle)
libwarnings-illegalproto-perl 0.001003-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: perl: 50; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libwarnings-illegalproto-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libstrictures-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwarnings-illegalproto-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwarnings-illegalproto-perl.git
Homepage: https://metacpan.org/release/warnings-illegalproto

Package: libwarnings-illegalproto-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libstrictures-perl
Description: pragma to disable illegal prototype warnings on old Perls
 warnings::illegalproto was implemented so that people can use strictures and
 use signatures at the same time. Thanks to mst, in Perl 5.12 and greater this
 is trivial, but before that a strange dance had to be done.