Skip Menu |

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

Report information
The Basics
Id: 128866
Status: open
Priority: 0/
Queue: Keyword-Declare

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

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



Subject: Test suite fails (with Keyword::Simple 0.04?)
The test suite fails on my smokers with all perls if Keyword::Simple 0.04 is installed: ... PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't use string (" __DATA__:0") as a HASH ref while "strict refs" in use at /home/cpansand/.cpan/build/2019031711/Keyword-Simple-0.04-0/blib/lib/Keyword/Simple.pm line 19. BEGIN failed--compilation aborted at t/DATA.t line 9. t/DATA.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... (etc) ... My few perl installations with Keyword::Simple 0.03 are fine.
Subject: Re: [rt.cpan.org #128866] Test suite fails (with Keyword::Simple 0.04?)
Date: Sun, 17 Mar 2019 21:17:35 +0000
To: bug-Keyword-Declare [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
This failure is caused by an error in the implementation of Keyword::Simple v0.04, which attempts to store references in the hints hash (%^H), which is documented in the perlvar and perlpragma manpages as not supported in Perl. The problem is also documented in the Keyword::Declare documentation and has been reported to the maintainer of Keyword::Simple. Damian