[Catalyst] 5.80 problem with Catalyst::Model::DBIC::Schema

Matt S Trout dbix-class at trout.me.uk
Sun Aug 3 13:45:51 BST 2008


On Thu, Jul 31, 2008 at 12:00:52AM -0500, Chris Dolan wrote:
> Yep, that error is gone (tested 8171).  The next error I see is:
> 
> [error] Caught exception in engine "Can't use an undefined value as  
> an ARRAY reference at /Users/chris/Work/Catalyst/Catalyst-Runtime/ 
> 5.80/trunk/lib/Catalyst.pm line 1244."
> 
> where line 1244 is:
>     push( @{ $c->stack }, $code );
> and "stack" comes from
>    has stack => (is => 'rw', default => sub { [] });
> That looks pretty straightforward...
> 
> Email me off-list if I can provide any more helpful information about  
> my environment.

That's ... fucking odd.

Could you make sure you have latest of everything matching qr/^Moose/
and if it persists see if you can post a small example app that explodes
with this error?

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst mailing list