Re: Broken Moose Install

2009-07-10 Thread Tomas Doran
fREW Schmidt wrote: Hey guys, I updated everything that I could in CPAN and somehow it destroyed my moose install. This is what happens when I try to run my Cat app: Use of uninitialized value in goto at /usr/local/share/perl/5.10.0/Moose/Meta/Attribute.pm line 74. Could not create the 'reader

Re: Broken Moose Install

2009-07-09 Thread fREW Schmidt
So I figured maybe if I unwound that stack trace I might get more help, so here it is, in reverse order: perl -MMoose # explosion! # In Moose.pm use Moose::Meta::TypeCoercion; # # In Moose::Meta::TypeCoercion; __PACKAGE__->meta->add_attribute(

Broken Moose Install

2009-07-09 Thread fREW Schmidt
Hey guys, I updated everything that I could in CPAN and somehow it destroyed my moose install. This is what happens when I try to run my Cat app: Use of uninitialized value in goto at /usr/local/share/perl/5.10.0/Moose/Meta/Attribute.pm line 74. Could not create the 'reader' method for type_cons