From: Shawn M Moore Date: Mon, 22 Aug 2011 20:06:05 +0000 (-0400) Subject: meta_lookup doc X-Git-Tag: 2.0300~108 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1365431e33988c9a0fced0bbbd6000071fe0780e;p=gitmo%2FMoose.git meta_lookup doc --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index f08fc2a..70bda3a 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -781,6 +781,14 @@ can selectively override functions exported by another module. C also makes sure all these functions get removed when C is called. +=item * meta_lookup => sub { ... } + +This is a function which will be called to provide the metaclass to +be operated upon by the exporter. This is an advanced feature +intended for use by package generator modules in the vein of +L in order to simplify reusing sugar from other +modules that use C. + =back You can also provide parameters for C