From: Dave Rolsky Date: Mon, 4 Jan 2010 17:10:56 +0000 (-0600) Subject: Doc unimport handling of re-exports X-Git-Tag: 0.93_01~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cee38bb4bd607adc31e26728c3c0e016fa5dc750;p=gitmo%2FMoose.git Doc unimport handling of re-exports --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 9c8fda0..d996d92 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -628,7 +628,9 @@ will export the functions you specify, and can also re-export functions exported by some other module (like C). The C 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 be cleaned. If you pass any parameters for L, this method will generate an C for you as well (see below for details). This