File: control

package info (click to toggle)
libmoosex-has-sugar-perl 1.000006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 408 kB
  • sloc: perl: 629; sh: 7; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,436 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
32
Source: libmoosex-has-sugar-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libmoose-perl,
                     libmoosex-types-perl,
                     libnamespace-clean-perl,
                     libsub-exporter-progressive-perl,
                     libtest-fatal-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-has-sugar-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-has-sugar-perl.git
Homepage: https://metacpan.org/release/MooseX-Has-Sugar

Package: libmoosex-has-sugar-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libnamespace-clean-perl,
         libsub-exporter-progressive-perl
Recommends: libmoose-perl,
            libmoosex-types-perl
Description: Moose extension for syntactic sugar in 'has' fields
 MooseX::Has::Sugar is a module that provides a simple way to avoid quoting
 option strings. Normally, Moose accepts parameters in Perl's hash style,
 which requires a list of key/value pairs. This module is convenient for
 boolean options and to prevent errors with mistyping string values, since
 the expressions provided by this module are checked at compile-time.