[Bug 448867] New: Review Request: perl-parent - Establish an ISA relationship with base classes at compile time

bugzilla at redhat.com bugzilla at redhat.com
Thu May 29 05:37:11 UTC 2008


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




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

           Summary: Review Request: perl-parent - Establish an ISA
                    relationship with base classes at compile time
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://search.cpan.org/dist/parent/
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-package-review at redhat.com,notting at redhat.com


SRPM URL: http://fedora.biggerontheinside.net/review/perl-parent-0.221-1.fc9.src.rpm
SPEC URL: http://fedora.biggerontheinside.net/review/perl-parent.spec

Description:
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:

    package Baz;

    BEGIN {
        require Foo;
        require Bar;

        push @ISA, qw(Foo Bar);
    }

-- 
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, or are watching someone who is.




More information about the package-review mailing list