File: control

package info (click to toggle)
libuniversal-exports-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 65; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,345 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
31
Source: libuniversal-exports-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libexporter-lite-perl <!nocheck>,
                     libuniversal-require-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libuniversal-exports-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libuniversal-exports-perl.git
Homepage: https://metacpan.org/release/UNIVERSAL-exports
Rules-Requires-Root: no

Package: libuniversal-exports-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         libexporter-lite-perl,
         libuniversal-require-perl
Description: module for lightweight, universal variable exporting
 UNIVERSAL::exports is an alternative to the Perl Exporter module, providing a
 universal, lightweight subset of its functionality. It uses Exporter::Lite
 (see libexporter-lite-perl for details).
 .
 Historically, this module provided UNIVERSAL::require, which has become an
 independent distribution. For reasons of backward compatibility, this package
 depends on libuniversal-require-perl.