Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433654
en ru br
ALT Linux repos
S:1.11-alt1.1

Group :: Development/Perl
RPM: perl-MooseX-Role-Parameterized

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.11-alt1.1
Build date: 22 april 2020, 18:50 ( 208.4 weeks ago )
Size: 54.29 Kb

Home page:   http://search.cpan.org/dist/MooseX-Role-Paramet…

License: GPL or Artistic
Summary: Roles with composition parameters
Description:

Roles are composable units of behavior.  They are useful for factoring out
functionality common to many classes from any part of your class hierarchy.
See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.

While combining roles affords you a great deal of flexibility, individual
roles have very little in the way of configurability.  Core Moose provides
-alias for renaming methods and -excludes for ignoring methods.  These
options are primarily for resolving role conflicts.  Depending on how much
of a purist you are, these options are solely for resolving role conflicts.
See Moose::Cookbook::Roles::Recipe2 for more about -alias and -excludes.

Because roles serve many different masters, they usually provide only the
least common denominator of functionality.  To empower roles further, more
configurability than -alias and -excludes is required.  Perhaps your role
needs to know which method to call when it is done processing.  Or what
default value to use for its url attribute.

Parameterized roles offer a solution to these (and other) kinds of problems.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-MooseX-Role-Parameterized
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin