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-autoclean - Keep imports out of your namespace https://bugzilla.redhat.com/show_bug.cgi?id=509178 Summary: Review Request: perl-namespace-autoclean - Keep imports out of your namespace Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/namespace-autoclean OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: cweyl@xxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedorapeople.org/~cweyl/review/perl-namespace-autoclean.spec SRPM URL: http://fedorapeople.org/~cweyl/review/perl-namespace-autoclean-0.08-1.fc11.src.rpm Description: When you import a function into a Perl package, it will naturally also be available as a method. The 'namespace::autoclean' pragma will remove all 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. This module is very similar to namespace::clean, except it will clean all imported functions, no matter if you imported them before or after you 'use'd the pagma. It will also not touch anything that looks like a method, according to 'Class::MOP::Class::get_method_list'. Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1447435 Additional Comment: This is a new requirement of the latest GA Catalyst::Runtime. *rt-0.10 -- 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