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 - Keep your namespace tidy https://bugzilla.redhat.com/show_bug.cgi?id=461390 Summary: Review Request: perl-namespace-clean - Keep your namespace tidy Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/namespace-clean OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: cweyl@xxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Blocks: 461383 Estimated Hours: 0.0 Classification: Fedora SRPM URL: http://fedora.biggerontheinside.net/review/perl-namespace-clean-0.08-1.fc9.src.rpm SPEC URL: http://fedora.biggerontheinside.net/review/perl-namespace-clean.spec 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. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review