Source: libmoosex-has-sugar-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann 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.