[Bug 485015] New: Review Request: perl-Class-C3-Adopt-NEXT - Reduce one's dependency on NEXT

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 11 06:34:31 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-Class-C3-Adopt-NEXT - Reduce one's dependency on NEXT

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

           Summary: Review Request: perl-Class-C3-Adopt-NEXT - Reduce
                    one's dependency on NEXT
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://search.cpan.org/dist/Class-C3-Adopt-NEXT
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         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/~cweyl/review/perl-Class-C3-Adopt-NEXT.spec
SRPM URL:
http://fedorapeople.org/~cweyl/review/perl-Class-C3-Adopt-NEXT-0.06-1.fc10.src.rpm

Description:
NEXT was a good solution a few years ago, but isn't any more. It's
slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up
with code to redispatch methods when all you really wanted to do was
run some code before or after a method fired.  However, if you have a large
application, then weaning yourself off 'NEXT' isn't easy.This module is
intended as a drop-in replacement for NEXT, supporting the same interface,
but using Class::C3 to do the hard work. You can then write new code
without 'NEXT', and migrate individual source files to use 'Class::C3'
or method modifiers as appropriate, at whatever pace you're comfortable with.

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

Additional Comment:

This is a new requirement of Catalyst::Runtime 5.8000, aka "Catamoose"

-- 
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