Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Eden Cardim
> "Charlie" == Charlie Gonzalez writes: Charlie> Does this mean that when making a decision on an OS for Charlie> Catalyst apps the best choice of a linux OS is  CentOs or Charlie> Redhat? Your best bet on any system is to leave the vendor perl alone and build one exclusively for

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Dermot
On 10 July 2011 19:14, Charlie Gonzalez wrote: > Does this mean that when making a decision on an OS for Catalyst apps the > best choice of a linux OS is  CentOs or Redhat? Perhaps I didn't make myself clear, I only have this problem on Redhat/CentOS. My Debian/Ubuntu machines do not suffer from

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Nigel Metheringham
On 10 Jul 2011, at 19:14, Charlie Gonzalez wrote: > Does this mean that when making a decision on an OS for Catalyst apps the > best choice of a linux OS is CentOs or Redhat? If you are using the system perl then the worst choice of OS is probably Centos or Red Hat - Centos 6.0 is just about t

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Charlie Gonzalez
Thanks for the help everyone. It seems like updating moose in my current distro ( ubuntu 11.04 ) will be a pain. Lucky for me I have strawberry perl in a windows machine and I can continue my dev efforts from there without any problems. Does this mean that when making a decision on an OS for Cat

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Dermot
On 10 July 2011 16:54, Andrew Rodland wrote: > On Sunday, July 10, 2011 01:36:55 AM Charlie Gonzalez wrote: >> Hello, >> >> I am receiving the following error message while starting my dev server >> enviroment: >> >> >> cgonzalez@cgonzalez-laptop:~/Addressit/script$ perl Addressit_server.pl -r >>

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Andrew Rodland
On Sunday, July 10, 2011 01:36:55 AM Charlie Gonzalez wrote: > Hello, > > I am receiving the following error message while starting my dev server > enviroment: > > > cgonzalez@cgonzalez-laptop:~/Addressit/script$ perl Addressit_server.pl -r > The alias and excludes options for role application h

Re: [Catalyst] error while starting my dev enviroment

2011-07-10 Thread Charlie Gonzalez
I figure I post my software versions: cgonzalez@cgonzalez-laptop:~$ perl -e ' use Moose; print Moose->VERSION() . "\n"; ' 1.23 cgonzalez@cgonzalez-laptop:~$ perl -e ' use Catalyst; print Catalyst->VERSION() . "\n"; ' 5.80029 perl version 5.10.1 I read this article ( http://blog.moose.perl.org/20

Re: [Catalyst] error while starting my dev enviroment

2011-07-09 Thread Christiaan Kras
Be sure your (Moose) modules are up to date. Run moose-outdated from the commandline, it will show you which Moose(X) modules need to be updated. Op 10-7-2011 7:36, Charlie Gonzalez schreef: Hello, I am receiving the following error message while starting my dev server enviroment: cgonza

[Catalyst] error while starting my dev enviroment

2011-07-09 Thread Charlie Gonzalez
Hello, I am receiving the following error message while starting my dev server enviroment: cgonzalez@cgonzalez-laptop:~/Addressit/script$ perl Addressit_server.pl -r The alias and excludes options for role application have been renamed -alias and -excludes (CatalystX::Component::Traits is consum