Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37419465
en ru br
ALT Linux repos
S:0.29-alt1_10

Group :: Development/Other
RPM: perl-MooseX-ClassAttribute

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.29-alt1_10
Build date: 20 november 2019, 11:32 ( 230.4 weeks ago )
Size: 43.16 Kb

Home page:   https://metacpan.org/release/MooseX-ClassAttribu…

License: Artistic 2.0
Summary: Declare class attributes Moose-style
Description:

This module allows you to declare class attributes in exactly the same way as
object attributes, using class_has() instead of has().

You can use any feature of Moose's attribute declarations, including overriding
a parent's attributes, delegation (handles), and attribute metaclasses, and it
should just work. The one exception is the "required" flag, which is not
allowed for class attributes.

The accessor methods for class attribute may be called on the class directly,
or on objects of that class. Passing a class attribute to the constructor will
not set it.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

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