Doc unimport handling of re-exports
Dave Rolsky [Mon, 4 Jan 2010 17:10:56 +0000 (11:10 -0600)]
lib/Moose/Exporter.pm

index 9c8fda0..d996d92 100644 (file)
@@ -628,7 +628,9 @@ will export the functions you specify, and can also re-export functions
 exported by some other module (like C<Moose.pm>).
 
 The C<unimport> method cleans the caller's namespace of all the exported
-functions.
+functions. This includes any functions you re-export from other
+packages. However, if the consumer of your package also imports those
+functions from the original package, they will I<not> be cleaned.
 
 If you pass any parameters for L<Moose::Util::MetaRole>, this method will
 generate an C<init_meta> for you as well (see below for details). This