- add ensure_all_roles() function to encapsulate the common "apply this
role unless the object already does it" pattern (hdp)
+ * Moose::Exporter
+ - Users can now select a different metaclass with the "-metaclass"
+ option to import, for classes and roles (Sartak)
+
0.74 Tue, April 7, 2009
* Moose::Meta::Role
* Moose::Meta::Method::Destructor
it documented here, or think we missed an important feature, please
send us a patch.
+=head1 Version 0.75
+
+L<Moose::Exporter> now accepts the C<-metaclass> option for easily
+overriding the metaclass (without L<metaclass>). This works for classes
+and roles.
+
=head1 Version 0.74
Added a C<duck_type> sugar function to L<Moose::Util::TypeConstraints>