File: control

package info (click to toggle)
libexporter-declare-perl 0.114-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: perl: 1,607; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,452 bytes parent folder | download | duplicates (2)
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
32
33
Source: libexporter-declare-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: libaliased-perl,
                     libdevel-declare-parser-perl,
                     libfennec-lite-perl,
                     libmeta-builder-perl,
                     libtest-exception-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libexporter-declare-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libexporter-declare-perl.git
Homepage: https://metacpan.org/release/Exporter-Declare
Testsuite: autopkgtest-pkg-perl

Package: libexporter-declare-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libaliased-perl,
         libmeta-builder-perl
Recommends: libdevel-declare-parser-perl
Description: perl module for meta-driven exporting
 Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to
 adopt all the good features of other exporting tools, while throwing away
 horrible interfaces. Exporter::Declare also provides hooks that allow you to
 add options and arguments for import. Finally, Exporter::Declare's
 meta-driven system allows for top-notch introspection.