Skip Menu |

This queue is for tickets about the WebService-Gitter CPAN distribution.

Report information
The Basics
Id: 119894
Status: resolved
Priority: 0/
Queue: WebService-Gitter

People
Owner: faraco [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.0.1
Fixed in: 0.3.1



Subject: Experimental keys on scalar is now forbidden
There's a compilation error with perl 5.24.0 and newer: # Failed test 'use WebService::Gitter;' # at t/00_load.t line 5. # Tried to use 'WebService::Gitter'. # Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2017011806/WebService-Gitter-0.2.0-SG8Yvd/blib/lib/WebService/Gitter.pm line 37. # Compilation failed in require at t/00_load.t line 5. # BEGIN failed--compilation aborted at t/00_load.t line 5. # Looks like you failed 1 test of 3. t/00_load.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests
This issue will be fixed in next version 0.2.1. Thanks for reporting.
On Wed Jan 18 01:17:46 2017, SREZIC wrote: Show quoted text
> There's a compilation error with perl 5.24.0 and newer: > > # Failed test 'use WebService::Gitter;' > # at t/00_load.t line 5. > # Tried to use 'WebService::Gitter'. > # Error: Experimental keys on scalar is now forbidden at > /home/cpansand/.cpan/build/2017011806/WebService-Gitter-0.2.0- > SG8Yvd/blib/lib/WebService/Gitter.pm line 37. > # Compilation failed in require at t/00_load.t line 5. > # BEGIN failed--compilation aborted at t/00_load.t line 5. > # Looks like you failed 1 test of 3. > t/00_load.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests
Changing next release and fix to this at v1.0.0
On 2017-01-19 01:10:50, FARACO wrote: Show quoted text
> On Wed Jan 18 01:17:46 2017, SREZIC wrote:
> > There's a compilation error with perl 5.24.0 and newer: > > > > # Failed test 'use WebService::Gitter;' > > # at t/00_load.t line 5. > > # Tried to use 'WebService::Gitter'. > > # Error: Experimental keys on scalar is now forbidden at > > /home/cpansand/.cpan/build/2017011806/WebService-Gitter-0.2.0- > > SG8Yvd/blib/lib/WebService/Gitter.pm line 37. > > # Compilation failed in require at t/00_load.t line 5. > > # BEGIN failed--compilation aborted at t/00_load.t line 5. > > # Looks like you failed 1 test of 3. > > t/00_load.t .. > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/3 subtests
> > > Changing next release and fix to this at v1.0.0 >
Issue looks fixed in current versions.