Add -metaclass to changes and delta
Shawn M Moore [Wed, 15 Apr 2009 21:03:34 +0000 (17:03 -0400)]
Changes
lib/Moose/Manual/Delta.pod

diff --git a/Changes b/Changes
index 051c658..040744f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,10 @@ for, noteworthy changes.
       - 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
index 26ffb6a..7bf622e 100644 (file)
@@ -16,6 +16,12 @@ feature.  If you encounter a problem and have a solution but don't see
 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>