Bug 508254 - Review Request: perl-namespace-clean - Keeps imports and functions out of your namespace
Summary: Review Request: perl-namespace-clean - Keeps imports and functions out of you...
Keywords:
Status: CLOSED DUPLICATE of bug 461390
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-26 10:47 UTC by Tom "spot" Callaway
Modified: 2009-06-26 11:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-26 11:18:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.