* Moose::Meta::Attribute::Native::Trait::Code
- Fix passing arguments to code execute helpers. (doy)
+ * Moose::Exporter
+ - add an additional 'init_meta_params' option to setup_import_methods,
+ which takes a list of keys to look for in the import argument list,
+ and passes those key/value pairs into init_meta. (doy)
+
0.92 Tue, Sep 22, 2009
* Moose::Util::TypeConstraints
- added the match_on_type operator (Stevan)
C<Moose::Exporter> also makes sure all these functions get removed
when C<unimport> is called.
+=item * init_meta_params => [ ... ]
+
+This is a list of keys to search for in the import argument list. Any
+keys which are found will be passed with their corresponding values
+into C<init_meta> when it is called.
+
=back
You can also provide parameters for C<Moose::Util::MetaRole::apply_metaroles>