Re: [Catalyst] Re: Moose/Object error in Catalyst

2010-10-13 Thread Dave Rolsky
On Wed, 13 Oct 2010, Sir Robert Burbridge wrote: I notice that the relevant bit of Moose::Object (line 39 from the error you got) says:  28 sub BUILDARGS {  29 my $class = shift;  30 if ( scalar @_ == 1 ) {  31 unless ( defined $_[0] && ref $_[0] eq 'HASH

Re: [Catalyst] Re: Moose/Object error in Catalyst

2010-10-13 Thread Sir Robert Burbridge
On 10/01/2010 02:06 PM, Gavin Aiken wrote: [Thu Sep 30 19:57:59 2010] [warn] [client 208.93.49.4] mod_fcgid: stderr: Odd number of elements in anonymous hash at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Moose/Object.pm line 39. Any ideas what is causing it? I've tried to d

[Catalyst] Re: Moose/Object error in Catalyst

2010-10-01 Thread Gavin Aiken
[Thu Sep 30 19:57:59 2010] [warn] [client 208.93.49.4] mod_fcgid: stderr: Odd number of elements in anonymous hash at /usr/lib64/perl5/ site_perl/5.8.8/x86_64-linux-thread-multi/Moose/Object.pm line 39. Any ideas what is causing it? I've tried to debug it but haven't managed to figure it