From: Stevan Little Date: Fri, 14 Mar 2008 12:51:13 +0000 (+0000) Subject: adding in the ability to pass params to rebles when doing runtime roles X-Git-Tag: 0_55~281 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94075501a17215a2d9dc26ccb2fa4c3c17199bbc;p=gitmo%2FMoose.git adding in the ability to pass params to rebles when doing runtime roles --- diff --git a/Changes b/Changes index f6fc653..49ef020 100644 --- 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)