[Bug 481681] New: Review Request: perl-MooseX-ClassAttribute - Declare class attributes Moose-style

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 27 00:46:04 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-MooseX-ClassAttribute  - Declare class attributes Moose-style

https://bugzilla.redhat.com/show_bug.cgi?id=481681

           Summary: Review Request: perl-MooseX-ClassAttribute  - Declare
                    class attributes Moose-style
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: allisson at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL:
http://allisson.fedorapeople.org/packages/perl-MooseX-ClassAttribute/perl-MooseX-ClassAttribute.spec

SRPM URL:
http://allisson.fedorapeople.org/packages/perl-MooseX-ClassAttribute/perl-MooseX-ClassAttribute-0.07-1.fc10.src.rpm

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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list