From: Shawn M Moore <sartak@gmail.com>
Date: Wed, 15 Apr 2009 21:03:34 +0000 (-0400)
Subject: Add -metaclass to changes and delta
X-Git-Tag: 0.75~8
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f869fc4a3217960b151c054b1d3fcf2131a1d20e;p=gitmo%2FMoose.git

Add -metaclass to changes and delta
---

diff --git a/Changes b/Changes
index 051c658..040744f 100644
--- 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
diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod
index 26ffb6a..7bf622e 100644
--- a/lib/Moose/Manual/Delta.pod
+++ b/lib/Moose/Manual/Delta.pod
@@ -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>