File: control

package info (click to toggle)
libclass-load-xs-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 572 kB
  • ctags: 795
  • sloc: perl: 267; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,228 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: libclass-load-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: perl,
               debhelper (>= 9.20120312~),
               libclass-load-perl (>= 0.20),
               libmodule-implementation-perl,
               libtest-needs-perl,
               libtest-fatal-perl,
               libtest-without-module-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-load-xs-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-load-xs-perl.git
Homepage: https://metacpan.org/release/Class-Load-XS

Package: libclass-load-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${perl:Depends},
         libclass-load-perl (>= 0.20)
Description: XS implementation of parts of Class::Load
 Class::Load::XS provides an XS implementation for portions of Class::Load, a
 module that provides several functions to load classes at runtime.
 .
 See Class::Load in the libclass-load-perl package for API details.