File: control

package info (click to toggle)
libpackage-constants-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 80 kB
  • ctags: 3
  • sloc: perl: 30; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 881 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: libpackage-constants-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpackage-constants-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-constants-perl.git
Homepage: https://metacpan.org/release/Package-Constants

Package: libpackage-constants-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to list constants defined in a package
 Package::Constants lists all the constants defined in a certain package. This
 can be useful for, among others, setting up an autogenerated
 @EXPORT/@EXPORT_OK for a Constants.pm file.