Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Alejandro Imass
On Wed, Jul 20, 2011 at 2:25 AM, Alejandro Imass alejandro.im...@gmail.com wrote: On Thu, May 19, 2011 at 7:06 PM, Benjamin Hitz h...@stanford.edu wrote: [...] I tried to make it as practical as possible: http://wiki.catalystframework.org/wiki/best_practices/models_definitive_guide Maybe

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Ashley Pond V
On Wed, Jul 20, 2011 at 7:00 AM, Alejandro Imass alejandro.im...@gmail.com wrote: On Wed, Jul 20, 2011 at 2:25 AM, Alejandro Imass alejandro.im...@gmail.com wrote: On Thu, May 19, 2011 at 7:06 PM, Benjamin Hitz h...@stanford.edu wrote: [...] I tried to make it as practical as possible:

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Peter Flanigan
On 20/07/11 07:25, Alejandro Imass wrote: http://wiki.catalystframework.org/wiki/best_practices/models_definitive_guide In this example package Models::Model::HomeGrownModel; use base 'Catalyst::Model'; use HomeGrown; sub COMPONENT { my ( $self, $app ) = @_;

[Catalyst] Re: error while starting my dev enviroment

2011-07-20 Thread Aristotle Pagaltzis
* Charlie Gonzalez itchar...@gmail.com [2011-07-10 09:10]: I guess my question now is how do I Identify any missing dependencies without the use of moose-outdated? or should I simply upgrade to moose 2.0 ? After you upgrade Moose, the program will be available. Regards, -- Aristotle