RE: Some newb questions

2009-11-11 Thread Markx . Allen
> On Wed, 11 Nov 2009 08:44:45 -0600 > Markx.Allen wrote: >> Why doesn't use work? > Because you aren't reading the error message :-D >> Usage: has 'name' => ( key => value, ... ) at > Notice the usage of parenthesis rather than braces? You are passing in > a hashref rather than a list of valu

Re: Some newb questions

2009-11-11 Thread Nick Perez
On Wed, 11 Nov 2009 08:44:45 -0600 Markx.Allen wrote: > Why doesn't use work? Because you aren't reading the error message :-D > Usage: has 'name' => ( key => value, ... ) at Notice the usage of parenthesis rather than braces? You are passing in a hashref rather than a list of values. -- N

RE: Some newb questions

2009-11-11 Thread Markx . Allen
>> Why doesn't use work? > That does work, there are several examples on CPAN of where it *has* > to work since that is shipped code. You'll need to provide more > details about the error you're getting for help figuring out what is > going on. OK, here's an example that is broken on my work lapt

Re: Some newb questions

2009-11-10 Thread Jesse Luehrs
On Tue, Nov 10, 2009 at 05:09:59PM -0600, Markx.Allen wrote: > I've read through almost all of the Moose docs I could find on CPAN and > several of the Moose slide decks floating around the Interwebs. > > That being said I have some basic questions that probably have simple > answers. Maybe I d

Re: Some newb questions

2009-11-10 Thread Chris Prather
On Tue, Nov 10, 2009 at 6:09 PM, Markx.Allen wrote: > I've read through almost all of the Moose docs I could find on CPAN and > several of the Moose slide decks floating around the Interwebs. > > That being said I have some basic questions that probably have simple > answers.  Maybe I didn't rea

Some newb questions

2009-11-10 Thread Markx . Allen
I've read through almost all of the Moose docs I could find on CPAN and several of the Moose slide decks floating around the Interwebs. That being said I have some basic questions that probably have simple answers. Maybe I didn't read the fine manuals closely enough, so if I did overlook somet