File: control

package info (click to toggle)
libexporter-declare-perl 0.113-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 78
  • sloc: perl: 1,547; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,285 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: 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),
 perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
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.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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/

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.