File: control

package info (click to toggle)
liblexical-sealrequirehints-perl 0.010-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 15
  • sloc: perl: 171; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 1,015 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
Source: liblexical-sealrequirehints-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9.20120312), perl,
 libmodule-build-perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblexical-sealrequirehints-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-sealrequirehints-perl.git
Homepage: https://metacpan.org/release/Lexical-SealRequireHints
Testsuite: autopkgtest-pkg-perl

Package: liblexical-sealrequirehints-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module to prevent the leakage of lexical hints
 Lexical::SealRequireHints is a module that works around two historical
 bugs in Perl's handling of the %^H (lexical hints) variable, which cause
 lexical state in one file to leak into another.