Source: libmoosex-role-parameterized-perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso , Ansgar Burchardt , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-tiny-perl, perl Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011), libmodule-runtime-perl, libmoose-perl, libmoosex-role-withoverloading-perl, libnamespace-autoclean-perl, libnamespace-clean-perl, libtest-fatal-perl, libtest-needs-perl, libtest-requires-perl Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-role-parameterized-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-role-parameterized-perl.git Homepage: https://metacpan.org/release/MooseX-Role-Parameterized Package: libmoosex-role-parameterized-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-runtime-perl, libmoose-perl, libnamespace-autoclean-perl, libnamespace-clean-perl Description: Moose extension providing parameterized roles MooseX::Role::Parameterized is a Moose extension that consists of two things: parameter declarations and a role block. . Parameters are declared using the "parameter" keyword which resembles Moose's "has", even supporting any option that "has" accepts. You can use any option that "has" accepts. The default value for the "is" option is read-only, as that's a very common case. These parameters will get their values when the consuming class (or role) uses Moose's "with". A parameter object will be constructed with these values, and passed to the role block.