adding in the ability to pass params to rebles when doing runtime roles
Stevan Little [Fri, 14 Mar 2008 12:51:13 +0000 (12:51 +0000)]
Changes

diff --git a/Changes b/Changes
index f6fc653..49ef020 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,7 +8,7 @@ Revision history for Perl extension Moose
         officially support it.
       - fixing the 'extends' keyword so that it will not 
         trigger Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
-       
+      
     * oose
       - added the perl -Moose=+Class::Name feature to allow 
         monkeypatching of classes in one liners
@@ -24,6 +24,11 @@ Revision history for Perl extension Moose
         the results (thanks to jrockway)
         - added tests for this
     
+    * Moose::Meta::Role::Application::ToInstance
+      - it is now possible to pass extra params to be used when 
+        a role is applied to an the instance (rebless_params)
+        - added tests for this
+    
     * Moose::Util::TypeConstraints
       - class_type now accepts an optional second argument for a
         custom message. POD anotated accordingly (groditi)