Re: several branches needing review

2009-08-20 Thread Chris Prather
We have made larger course correcrions in the past and there is no reason make_immutable would stop working until we found a better solution. Which is to say this ship might have sailed but we are its skippers. On Aug 20, 2009 4:43 AM, "Piers Cawley" wrote: On Thu, Aug 20, 2009 at 7:25 AM, Jesse

Re: several branches needing review

2009-08-20 Thread Piers Cawley
On Thu, Aug 20, 2009 at 7:25 AM, Jesse Luehrs wrote: > On Thu, Aug 20, 2009 at 06:56:11AM +0100, Piers Cawley wrote: >> On Thu, Aug 20, 2009 at 4:40 AM, Jesse Luehrs wrote: >> >  This failed because Child was being created and immutablized partway >> >  through the definition of Parent, and so Chil

Re: Can't specify trait option when a role consumer modifies an attribute?

2009-08-20 Thread Hans Dieter Pearcey
Excerpts from Elliot Shank's message of Wed Aug 19 21:26:43 -0700 2009: > If you uncomment the one line in the code below, you get a "Illegal inherited > options => (getopt_name)" error. Is there any way around this? > > has '+modified_attribute' => ( > traits => [ qw< MooseX::Getopt::Def