Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 46349
Status: rejected
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: francesc.roma [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.17
Fixed in: (no value)



Subject: Path/Class.pm depedecy missing
I've just installed Catalyst::Devel 1.17 via cpan on Ubuntu 8.04 and catalyst.pl dies with Can't locate Path/Class.pm in @INC installing Path::Class fixes the problem, so it should be included in the dependencies before that I had installed catalyst using cat-install thanks $ perl -v This is perl, v5.10.0 built for i486-linux-gnu-thread-multi $ uname -a Linux cesc-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
Subject: Re: [rt.cpan.org #46349] Path/Class.pm depedecy missing
Date: Tue, 26 May 2009 03:15:03 -0500
To: Francesc Romà i Frigolé via RT <bug-Catalyst-Devel [...] rt.cpan.org>
From: Jonathan Rockway <jon [...] jrock.us>
Shouldn't you have this from Catalyst::Runtime, specifically for MyApp->path_to? On Mon, May 25, 2009 at 09:26:44AM -0400, Francesc Romà i Frigolé via RT wrote: Show quoted text
> Mon May 25 09:26:43 2009: Request 46349 was acted upon. > Transaction: Ticket created by frif > Queue: Catalyst-Devel > Subject: Path/Class.pm depedecy missing > Broken in: 1.17 > Severity: Normal > Owner: Nobody > Requestors: francesc.roma@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=46349 > > > > I've just installed Catalyst::Devel 1.17 via cpan on Ubuntu 8.04 and > catalyst.pl dies with > > Can't locate Path/Class.pm in @INC > > installing Path::Class fixes the problem, so it should be included in > the dependencies > > before that I had installed catalyst using cat-install > > thanks > > $ perl -v > This is perl, v5.10.0 built for i486-linux-gnu-thread-multi > > $ uname -a > Linux cesc-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 > UTC 2009 i686 GNU/Linux >
Subject: Re: [rt.cpan.org #46349] Path/Class.pm depedecy missing
Date: Tue, 26 May 2009 18:11:10 +0200
To: bug-Catalyst-Devel [...] rt.cpan.org
From: Francesc Romà i Frigolé <francesc.roma [...] gmail.com>
On Tue, May 26, 2009 at 10:15 AM, Jonathan Rockway via RT < bug-Catalyst-Devel@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=46349 > > > Shouldn't you have this from Catalyst::Runtime, specifically for > MyApp->path_to? > > >
Apparently not. After successfully installing Catalyst::Runtime, Path::Class was not installed (see below). Interestingly though there is a Path-Class directory in my $HOME/.cpan/build ; maybe cat-install tried to install Path::Class but failed and continued anyway? cpan[2]> m Path::Class Module id = Path::Class CPAN_USERID KWILLIAMS (Ken Williams <kwilliams@cpan.org>) CPAN_VERSION 0.16 CPAN_FILE K/KW/KWILLIAMS/Path-Class-0.16.tar.gz UPLOAD_DATE 2006-12-25 MANPAGE Path::Class - Cross-platform path specification manipulation INST_FILE (not installed) cpan[3]> m Catalyst::Runtime Module id = Catalyst::Runtime CPAN_USERID FLORA (Florian Ragwitz <rafl@debian.org>) CPAN_VERSION 5.80004 CPAN_FILE F/FL/FLORA/Catalyst-Runtime-5.80004.tar.gz UPLOAD_DATE 2009-05-18 MANPAGE Catalyst::Runtime - The Catalyst Framework Runtime INST_FILE /home/cesc/local/lib/perl5/Catalyst/Runtime.pm INST_VERSION 5.80004
Subject: Re: [rt.cpan.org #46349] Path/Class.pm depedecy missing
Date: Tue, 26 May 2009 18:35:37 +0200
To: bug-Catalyst-Devel [...] rt.cpan.org
From: Francesc Romà i Frigolé <francesc.roma [...] gmail.com>
2009/5/26 Francesc Romà i Frigolé <francesc.roma@gmail.com> Show quoted text
> On Tue, May 26, 2009 at 10:15 AM, Jonathan Rockway via RT < > bug-Catalyst-Devel@rt.cpan.org> wrote: >
>> <URL: http://rt.cpan.org/Ticket/Display.html?id=46349 > >> >> Shouldn't you have this from Catalyst::Runtime, specifically for >> MyApp->path_to? >> >> >>
> > Apparently not. After successfully installing Catalyst::Runtime, > Path::Class was not installed (see below). Interestingly though there is a > Path-Class directory in my $HOME/.cpan/build ; maybe cat-install tried to > install Path::Class but failed and continued anyway? > >
Apparently the same thing happened with CGI::Simple, it looks like it tried to compile it but it failed, so I had to install it manually before I could run the development server.
This is not a Catalyst::Devel bug, so I'm rejecting it. The problem is probably somewhere in CPAN or in the cat-install script you used.