Checking in changes prior to tagging of version 0.60.
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
index 5f16cf5..bfac199 100644 (file)
@@ -238,7 +238,7 @@ sub apply {
     if(defined $instance){ # Application::ToInstance
         # rebless instance
         bless $instance, $consumer->name;
-        $consumer->_initialize_object($instance, $instance);
+        $consumer->_initialize_object($instance, $instance, 1);
     }
 
     return;
@@ -312,7 +312,7 @@ Mouse::Meta::Role - The Mouse Role metaclass
 
 =head1 VERSION
 
-This document describes Mouse version 0.50_09
+This document describes Mouse version 0.60
 
 =head1 SEE ALSO