Re: [Catalyst] Could use some help from people with Windows boxen...

2010-02-21 Thread Mahmoud Mehyar
On Mon, Feb 22, 2010 at 2:43 AM, Rodrigo wrote: > > >> What I'd like to know from you is: >> >> 1) How well does it work for you as Catalyst users on Windows? >> 2) Any modules that should be removed or added? >> >> I don't use Catalyst myself yet, I'm just a packager. Feedback will be >> very h

Re: [Catalyst] Re: How to read the performance information

2010-02-21 Thread Julien Sobrier
Hello, I don't have any DNS lookup in my application. Does catalyst make any reverse DNS lookup in debug mode? Thank you Julien On Fri, Feb 19, 2010 at 9:01 PM, Aristotle Pagaltzis wrote: > * Andrew Rodland [2010-02-19 07:35]: > > On Thursday 18 February 2010 11:14:46 pm Julien Sobrier wrote: >

Re: [Catalyst] Could use some help from people with Windows boxen...

2010-02-21 Thread Rodrigo
> > What I'd like to know from you is: > > 1) How well does it work for you as Catalyst users on Windows? > 2) Any modules that should be removed or added? > > I don't use Catalyst myself yet, I'm just a packager. Feedback will be > very helpful. > > Hi Curtis, I'm a Windows Catalyst user, just wa

[Catalyst] Fwd: Catalyst development project - promo release application for a record label

2010-02-21 Thread Denny
Just received this and I thought it might interest some people on here. I'm not involved, please contact the author of the original email if you're interested. Forwarded Message From: Damon Allen Davison To: j...@london.pm.org Subject: [Jobs] Catalyst development project - prom

Re: [Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread Octavian Rasnita
From: "Florian Ragwitz" Of course that Makefile.PL contains auto_install() at the end. Octavian ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread Octavian Rasnita
From: "J. Shirley" On Sun, Feb 21, 2010 at 9:54 AM, Octavian Rasnita wrote: Hi, In Makefile.PL I have the following line: requires 'DBIx::Class::Schema::Loader' => '0.05003'; When I do perl Makefile.PL shouldn't that line require and install this version of DBIx::Class::Schema::Loder? I h

Re: [Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread Florian Ragwitz
On Sun, Feb 21, 2010 at 07:54:26PM +0200, Octavian Rasnita wrote: > In Makefile.PL I have the following line: > > requires 'DBIx::Class::Schema::Loader' => '0.05003'; > > When I do > perl Makefile.PL > > shouldn't that line require and install this version of > DBIx::Class::Schema::Loder? > > I hav

Re: [Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread J. Shirley
On Sun, Feb 21, 2010 at 9:54 AM, Octavian Rasnita wrote: > Hi, > > In Makefile.PL I have the following line: > > requires 'DBIx::Class::Schema::Loader' => '0.05003'; > > When I do > perl Makefile.PL > > shouldn't that line require and install this version of > DBIx::Class::Schema::Loder? > > I hav

[Catalyst] Requiring a certain module version in Makefile.PL

2010-02-21 Thread Octavian Rasnita
Hi, In Makefile.PL I have the following line: requires 'DBIx::Class::Schema::Loader' => '0.05003'; When I do perl Makefile.PL shouldn't that line require and install this version of DBIx::Class::Schema::Loder? I have a 0.04... version, but after `perl Makefile.PL` the new version was not i