Bug 508254

Summary: Review Request: perl-namespace-clean - Keeps imports and functions out of your namespace
Product: [Fedora] Fedora Reporter: Tom "spot" Callaway <tcallawa>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting, panemade
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-26 11:18:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tom "spot" Callaway 2009-06-26 10:47:18 UTC
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.

Comment 1 Parag AN(पराग) 2009-06-26 11:15:09 UTC
This package is already in Fedora. See http://koji.fedoraproject.org/koji/packageinfo?packageID=6752

Comment 2 Parag AN(पराग) 2009-06-26 11:18:28 UTC
hmm. I forgot that it was me who reviewed this package.

*** This bug has been marked as a duplicate of bug 461390 ***