[Bug 640337] New: Review Request: perl-MooseX-NonMoose - Easy subclassing of non-Moose classes

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 5 15:27:44 UTC 2010


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-NonMoose - Easy subclassing of non-Moose classes
Alias: perl-MooseX-NonMoose

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

           Summary: Review Request: perl-MooseX-NonMoose - Easy
                    subclassing of non-Moose classes
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://search.cpan.org/dist/MooseX-NonMoose/
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: iarnell 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://fedorapeople.org/~iarnell/review/perl-MooseX-NonMoose.spec
SRPM URL:
http://fedorapeople.org/~iarnell/review/perl-MooseX-NonMoose-0.15-1.fc13.src.rpm

Description:
MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this, such
as setting up proper inheritance from Moose::Object and installing (and
inlining, at make_immutable time) a constructor that makes sure things like
BUILD methods are called. It tries to be as non-intrusive as possible -
when this module is used, inheriting from non-Moose classes and inheriting
from Moose classes should work identically, aside from the few caveats
mentioned below. One of the goals of this module is that including it in a
Moose::Exporter-based package used across an entire application should be
possible, without interfering with classes that only inherit from Moose
modules, or even classes that don't inherit from anything at all.

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2514532

*rt-0.10_01

-- 
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 package-review mailing list