[Bug 508254] New: Review Request: perl-namespace-clean - Keeps imports and functions out of your namespace

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 26 10:47:19 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-namespace-clean - Keeps imports and functions out of your namespace

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

           Summary: Review Request: perl-namespace-clean - Keeps imports
                    and functions out of your namespace
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: tcallawa at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
    Target Release: ---


Spec URL:
http://www.auroralinux.org/people/spot/review/new/perl-namespace-clean.spec
SRPM URL:
http://www.auroralinux.org/people/spot/review/new/perl-namespace-clean-0.11-1.fc12.src.rpm
Description: 
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The "namespace::clean" pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

Koji Rawhide Scratch Build: 
http://koji.fedoraproject.org/koji/taskinfo?taskID=1436845

Note: This is needed to update perl-DBIx-Class in rawhide.

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