From: Yuval Kogman Date: Mon, 6 Jul 2009 05:15:23 +0000 (-0500) Subject: Add note about namespace::{auto,}clean to best practices X-Git-Tag: 0.87~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e62951ceec9954c5759b247b2a8eab7341ec45fe;p=gitmo%2FMoose.git Add note about namespace::{auto,}clean to best practices --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 9349718..06deb84 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -38,6 +38,10 @@ built. C relinquishes your right to make further changes to your class, and allows Moose to speed up a lot of things, most notably object construction. +A more generic way to unimport not only L's exports but also those from +type libraries and other modules is L and +L. + =head2 Never override C Overriding C is a very bad practice. Instead, you should use a