On Tue, Jun 05, 2007 at 01:42:42PM -0700, Michael Reece wrote:
> >>  sub _ACTION : Pricvate {
> >>    my ($self, $c) = @_;
> >>    $self->_context($c);
> >>    $self->SUPER::_ACTION($c);
> >>  }
> >
> >That's not only in the wrong place to work for begin/end/auto it  
> >screws up
> >the destruction process and is therefore really really dangerous.
> 
> i had a feeling it was less than ideal, which is why i threw it out  
> there.  can you clarify what you mean about the destruction process?   
> i don't see anything special in ACCEPT_CONTEXT.pm to deal with that..

argh. the weaken call that should be there but isn't.

expect 03 once I've shouted at the author

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/             http://www.shadowcatsystems.co.uk/ 

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to