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?
>
> I have a 0.04... version, but after `perl Makefile.PL` the new version was
> not installed and it happened the same with other modules.
>
> I use Perl 5.10.0 under Debian.
>
> Thanks.
>


What's the output of 'perl Makefile.PL'?  It certainly should, and
I've never seen it not correctly listing deps.

-J

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to