Paketname | libmoosex-role-parameterized-perl |
Beschreibung | Moose extension providing parameterized roles |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.19-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 152 Byte |
Hängt ab von | perl, libmoose-perl (>= 0.78) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 34360 Byte |
Prüfsumme MD5 | d359969ab8b3fecbc2de8579b405dffa |
Prüfsumme SHA1 | ea05a07e6e7edbdce889fade3b08502449c40749 |
Prüfsumme SHA256 | cf33eb875544194a26d71fb3bb8ec286760b8f55cd4ad179f38126f5958302ca |
Link zum Herunterladen | libmoosex-role-parameterized-perl_0.19-1_all.deb |
Ausführliche Beschreibung | 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.
|