Skip Menu |

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

Report information
The Basics
Id: 34672
Status: rejected
Priority: 0/
Queue: Catalyst-Plugin-I18N

People
Owner: Nobody in particular
Requestors: m.e [...] acm.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.07
Fixed in: (no value)



Subject: Cannot install
I'm trying to install Catalyst::Plugin::I18N locally (it's shared hosting and I don't have root/sudo). There is a prerequisite I18N::LangTags::Detect which for some reason wants to install itself to the perl system directories. Also the server is running perl 5.8.4 and the install wants to make me upgrade to 5.8.6. The documentation says that the prerequisite is only 5.8.0. I can't install I18N::LangTags::Detect so the Catalyst::Plugin::I18N install fails.
From: m.e [...] acm.org
I should add that I am using CPAN.pm to do the install. I tried CPANPLUS with similar effect.
From: bricas [...] cpan.org
On Fri Apr 04 11:24:44 2008, m.e wrote: Show quoted text
> I'm trying to install Catalyst::Plugin::I18N locally (it's shared > hosting and I don't have root/sudo). There is a prerequisite > I18N::LangTags::Detect which for some reason wants to install itself to > the perl system directories.
According to the Makefile.PL for I18N::LangTags::Detect (which is not under my control), if the perl version is greater than 5.7.3, then it wants to overwrite the core library. Show quoted text
> Also the server is running perl 5.8.4 and > the install wants to make me upgrade to 5.8.6. The documentation says > that the prerequisite is only 5.8.0. I can't install > I18N::LangTags::Detect so the Catalyst::Plugin::I18N install fails.
Is I18N::LangTags::Detect requiring 5.8.6 (I can't seem to see that requirement anywhere)? The Catalyst plugin I maintain has no such requirement. -Brian
Subject: Re: [rt.cpan.org #34672] Cannot install
Date: Sat, 5 Apr 2008 00:44:22 +0800
To: bug-Catalyst-Plugin-I18N [...] rt.cpan.org
From: "Martin Ellison" <m.e [...] acm.org>
The problem must be actually with I18N::LangTags::Detect not Catalyst::Plugin::I18N. I18N::LangTags::Detect is claiming to be part of the perl core since 5.8.6. I've done a manual install of the offending module without any visible bad effects, but then I haven't got the application running yet for unrelated reasons (mod_rewrite hell). On 04/04/2008, Brian Cassidy via RT <bug-Catalyst-Plugin-I18N@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=34672 > > > On Fri Apr 04 11:24:44 2008, m.e wrote:
> > I'm trying to install Catalyst::Plugin::I18N locally (it's shared > > hosting and I don't have root/sudo). There is a prerequisite > > I18N::LangTags::Detect which for some reason wants to install itself to > > the perl system directories.
> > According to the Makefile.PL for I18N::LangTags::Detect (which is not > under my control), if the perl version is greater than 5.7.3, then it > wants to overwrite the core library. >
> > Also the server is running perl 5.8.4 and > > the install wants to make me upgrade to 5.8.6. The documentation says > > that the prerequisite is only 5.8.0. I can't install > > I18N::LangTags::Detect so the Catalyst::Plugin::I18N install fails.
> > Is I18N::LangTags::Detect requiring 5.8.6 (I can't seem to see that > requirement anywhere)? The Catalyst plugin I maintain has no such > requirement. > > > -Brian >
-- Regards, Martin (m.e@acm.org) IT: http://methodsupport.com Personal: http://thereisnoend.org
I am marking this ticket as rejected since I think we've deduced that it isn't a problem with Catalyst-Plugin-I18N specifically.