Skip Menu |

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

Report information
The Basics
Id: 108571
Status: new
Priority: 0/
Queue: WebService-Steam

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

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



Subject: Lexical $_ not available anymore
perl 5.23.4 removed the "my $_" construct. This leads to a compilation error in your module: # Failed test 'use WebService::Steam;' # at t/test.t line 30. # Tried to use 'WebService::Steam'. # Error: Can't use global $_ in "my" at lib/WebService/Steam.pm line 25, near "my $_ " # Compilation failed in require at t/test.t line 30. # BEGIN failed--compilation aborted at t/test.t line 30. Can't use an undefined value as a subroutine reference at t/test.t line 39. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 3. t/test.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/3 subtests