File: control

package info (click to toggle)
libdevel-pragma-perl 0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 456 kB
  • ctags: 812
  • sloc: perl: 719; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,270 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
Source: libdevel-pragma-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libb-hooks-op-annotation-perl,
               libb-hooks-op-check-perl (>= 0.18),
               libextutils-depends-perl (>= 0.302),
               liblexical-sealrequirehints-perl,
               perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-pragma-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-pragma-perl.git
Homepage: https://metacpan.org/release/Devel-Pragma/

Package: libdevel-pragma-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libb-hooks-op-annotation-perl,
         libb-hooks-op-check-perl (>= 0.18),
         liblexical-sealrequirehints-perl
Description: helper functions for developers of lexical pragmas
 Devel:Pragma provides helper functions for developers of lexical
 pragmas. These can be used both in older versions of perl (from
 5.8.1), which have limited support for lexical pragmas, and in the
 most recent versions, which have improved support.