Skip Menu |

This queue is for tickets about the Keyword-Declare CPAN distribution.

Report information
The Basics
Id: 125536
Status: resolved
Priority: 0/
Queue: Keyword-Declare

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

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



Subject: Appears to be unhappy on some perls with Keyword::Simple v0.04
Date: Sat, 9 Jun 2018 18:27:51 +0000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
http://matrix.cpantesters.org/?dist=Keyword-Declare%200.001006;os=linux;perl=5.14.2;reports=1 The FAILs are all 0.04 and the PASSes I checked are 0.03. I got exactly the same results locally on a 5.14.2. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our CPAN commercial support, training and consultancy packages could help your team.
Subject: Re: [rt.cpan.org #125536] Appears to be unhappy on some perls with Keyword::Simple v0.04
Date: Sun, 10 Jun 2018 14:39:19 +1000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
This is a bug in Keyword::Simple. I have tracked down the actual problem (the module illegally stores a hash ref in %^H, which perlpragma forbids) and will report it to the module author. There is nothing more I can do until Keyword::Simple is fixed. Thanks for the report, Matt. Damian
Subject: Re: [rt.cpan.org #125536] Appears to be unhappy on some perls with Keyword::Simple v0.04
Date: Sun, 10 Jun 2018 14:42:56 +1000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
BTW, I find that I reported this problem to the author back in December last year. I will update the report to explain the actual probem, now that I have tracked it down. Damian
Subject: Re: [rt.cpan.org #125536] Appears to be unhappy on some perls with Keyword::Simple v0.04
Date: Sun, 10 Jun 2018 15:04:33 +1000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
The downstream bug report is: https://rt.cpan.org/Ticket/Display.html?id=125540 Damian
Subject: Re: [rt.cpan.org #125536] Appears to be unhappy on some perls with Keyword::Simple v0.04
Date: Sun, 10 Jun 2018 15:22:35 +1000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
I have now released 0.00007, having updated the Makefile.PL (and module documentation) to reflect the problem in Keyword::Simple 0.04 under Perl 5.14 and 5.16. The module should no longer install under those Perls when Keyword::Simple is > 0.03. It's not a great resolution for the problem, but given that I have no control over Keyword::Simple, it's the best I can do. :-( Damian