Skip Menu |

This queue is for tickets about the Perl-Critic-Policy-HTTPCookies CPAN distribution.

Report information
The Basics
Id: 118653
Status: resolved
Priority: 0/
Queue: Perl-Critic-Policy-HTTPCookies

People
Owner: Nobody in particular
Requestors: XSAWYERX [...] cpan.org
Cc:
AdminCc:

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



Subject: Requires 'Readonly-Scalar'
Hi, The requirement is on Readonly-Scalar, which is part of Readonly. Currently all installations fail because of it. Can you please remove Readonly-Scalar from the requirements? From cpanm: --> Working on Perl::Critic::Policy::HTTPCookies Fetching http://www.cpan.org/authors/id/T/TO/TOMHUKINS/Perl-Critic-Policy-HTTPCookies-0.50.tar.gz ... OK Configuring Perl-Critic-Policy-HTTPCookies-0.50 ... OK ==> Found dependencies: Readonly::Scalar --> Working on Readonly::Scalar Fetching http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-2.05.tar.gz ... OK Configuring Readonly-2.05 ... OK Building and testing Readonly-2.05 ... OK Successfully installed Readonly-2.05 ! Installing the dependencies failed: Module 'Readonly::Scalar' is not installed ! Bailing out the installation for Perl-Critic-Policy-HTTPCookies-0.50. Perl::Critic::Policy::Tics::ProhibitUseBase is up to date. (0.009) 1 distribution installed With -v: Successfully installed Readonly-2.05 Installing /home/sawyer/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/.meta/Readonly-2.05/install.json ! Installing the dependencies failed: Module 'Readonly::Scalar' is not installed ! Bailing out the installation for Perl-Critic-Policy-HTTPCookies-0.50. 1 distribution installed
CC: ;
Subject: Re: [rt.cpan.org #118653] Requires 'Readonly-Scalar'
Date: Mon, 7 Nov 2016 09:32:39 +0000
To: Sawyer X via RT <bug-Perl-Critic-Policy-HTTPCookies [...] rt.cpan.org>
From: Tom Hukins <tom [...] eborcom.com>
On Sun, Nov 06, 2016 at 12:41:09PM -0500, Sawyer X via RT wrote: Show quoted text
> The requirement is on Readonly-Scalar, which is part of Readonly. Currently all installations fail because of it. Can you please remove Readonly-Scalar from the requirements?
Hi, Sawyer. Thank you very much for your report. I rarely use cpanm, CPAN Testers reports no problems with this module and until now nobody had reported this. Show quoted text
> ! Installing the dependencies failed: Module 'Readonly::Scalar' is not installed > ! Bailing out the installation for Perl-Critic-Policy-HTTPCookies-0.50.
I expect the problem arises from Readonly::Scalar existing as a module within Readonly. I've tried to reproduce the problem, but I see the following error: cpanm Perl::Critic::Policy::HTTPCookies --> Working on Perl::Critic::Policy::HTTPCookies Fetching file:///usr/home/tom/Perl::Critic::Policy::HTTPCookies ... FAIL ! Download file:///usr/home/tom/Perl::Critic::Policy::HTTPCookies failed. Retrying ... ! Download file:///usr/home/tom/Perl::Critic::Policy::HTTPCookies failed. Retrying ... ! Download file:///usr/home/tom/Perl::Critic::Policy::HTTPCookies failed. Retrying ... ! Failed to download file:///usr/home/tom/Perl::Critic::Policy::HTTPCookies ! Failed to fetch distribution Do you know why this happens? I've tried running "cpanm MODULE" for other things and it works fine as documented. Please let me know the command you run to provoke the problem. Tom
Subject: Re: [rt.cpan.org #118653] Requires 'Readonly-Scalar'
Date: Mon, 7 Nov 2016 16:15:43 +0000
To: Sawyer X via RT <bug-Perl-Critic-Policy-HTTPCookies [...] rt.cpan.org>
From: Tom Hukins <tom [...] eborcom.com>
I have released version 0.51 to CPAN. Please let me know if it fixes your problem. Thanks, Tom
On Mon Nov 07 11:15:55 2016, TOMHUKINS wrote: Show quoted text
> I have released version 0.51 to CPAN. Please let me know if it fixes > your problem.
Works! Thanks. :)