Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-PlackMiddleware CPAN distribution.

Report information
The Basics
Id: 109072
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-PlackMiddleware

People
Owner: Nobody in particular
Requestors: kes-kes [...] yandex.ru
Cc:
AdminCc:

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



Subject: Can not install module
t/mws/jsonp.t ........... Can't locate URI/Escape.pm in @INC (you may need to install the URI::Escape module) It seems module must update dependencies
From: kes-kes [...] yandex.ru
t/mws/error_document.t .. Can't locate HTTP/Date.pm in @INC (you may need to install the HTTP::Date module) t/mws/error_document.t .. Can't locate HTTP/Status.pm in @INC (you may need to install the HTTP::Status module)
hmm. URI::Escape have been bundled within URI since before 2001. My module depends on Plack and Plack depends URI so it's not seems to be a dependency bug. Updating Plack or URI may solve your problem. Could you try that? cpanm Plack cpanm URI
Subject: Re: [rt.cpan.org #109072] Can not install module
Date: Fri, 20 Nov 2015 00:37:41 -0200
To: "Sugama Keita via RT" <bug-Mojolicious-Plugin-PlackMiddleware [...] rt.cpan.org>
From: Eugen Konkov <kes-kes [...] yandex.ru>
I just install missed modules. And reinstall Mojolicious-Plugin-PlackMiddleware Can not test what you suggest... But in next week or two I will configure new workplace. I will first install your module on clean perl. and send full output if something will go wrong. -- С уважением, Eugen mailto:kes-kes@yandex.ru
From: kes-kes [...] yandex.ru
on clean perl there is no error. cpan install 'Mojolicious::Plugin::PlackMiddleware' installs every thing it need.
Sorry for late and thanks for trying to install again. So it's something wrong with your environment, right? If anything happens again or any further info you get, please let me know. On 2015-11月-30 月 05:44:27, kes-kes@yandex.ru wrote: Show quoted text
> on clean perl there is no error. > > cpan install 'Mojolicious::Plugin::PlackMiddleware' > installs every thing it need.