Source: libmoosex-attributeshortcuts-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: libaliased-perl, libmoose-perl, libmoosex-meta-typeconstraint-mooish-perl, libmoosex-role-parameterized-perl, libmoosex-types-common-perl, libmoosex-types-path-class-perl, libmoosex-types-perl, libmoosex-util-perl, libnamespace-autoclean-perl (>= 0.24), libpath-class-perl, libtest-checkdeps-perl (>= 0.010), libtest-fatal-perl, libtest-moose-more-perl (>= 0.049), libtest-requires-perl, libtest-warn-perl, perl, perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33) Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-attributeshortcuts-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-attributeshortcuts-perl.git Homepage: https://metacpan.org/release/MooseX-AttributeShortcuts Package: libmoosex-attributeshortcuts-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl, libmoose-perl, libmoosex-meta-typeconstraint-mooish-perl, libmoosex-role-parameterized-perl, libmoosex-types-common-perl, libmoosex-types-perl, libmoosex-util-perl, libnamespace-autoclean-perl (>= 0.24), perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33) Description: Moose extension providing shorthands for common attribute options Ever found yourself repeatedly specifying writers and builders, because there's no good shortcut to specifying them? Sometimes you want an attribute to have a read-only public interface, but a private writer. And wouldn't it be easier to just say "builder => 1" and have the attribute construct the canonical "_build_$name" builder name for you? . MooseX::AttributeShortcuts causes an attribute trait to be applied to all attributes defined to the using class. This trait extends the attribute option processing to handle the above variations.