Skip Menu |

This queue is for tickets about the experimentals CPAN distribution.

Report information
The Basics
Id: 108283
Status: resolved
Priority: 0/
Queue: experimentals

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

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



Subject: Can't use global $_ in "my"
Test suite fails with perl 5.23.4, probably because "my $_" is not allowed anymore: # Failed test 'lexical topic compiles' # at t/use_experimentals.t line 6. # got: undef # expected: '1' # Can't use global $_ in "my" at (eval 4) line 2, near "my $_ " # Looks like you failed 1 test of 9. t/use_experimentals.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests
Subject: Re: [rt.cpan.org #108283] Can't use global $_ in "my"
Date: Tue, 24 Nov 2015 09:57:18 +1100
To: bug-experimentals [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Fixed and uploaded. Thanks, Slaven! Damian