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 orasn...@gmail.com 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?

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 have a 0.04...

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

2010-02-21 Thread Octavian Rasnita
From: J. Shirley jshir...@gmail.com On Sun, Feb 21, 2010 at 9:54 AM, Octavian Rasnita orasn...@gmail.com 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

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

2010-02-21 Thread Octavian Rasnita
From: Florian Ragwitz r...@debian.org 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: