Source: libmoosex-has-sugar-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libmoose-perl,
                     libmoosex-types-perl,
                     libnamespace-clean-perl,
                     libsub-exporter-progressive-perl,
                     libtest-fatal-perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-has-sugar-perl.git
Vcs-Git: git://anonscm.debian.org/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.

