Skip Menu |

This queue is for tickets about the I22r-Translate CPAN distribution.

Report information
The Basics
Id: 108419
Status: resolved
Priority: 0/
Queue: I22r-Translate

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

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



Subject: Lexical $_ not available anymore
perl 5.23.4 has removed the "my $_" construct, which now leads to compilation errors: Can't use global $_ in "my" at /tmpfs/.cpan-build/2015110318/I22r-Translate-0.94-en4fxz/blib/lib/I22r/Translate/Filter/HTML.pm line 10, near "my $_ " Additionally, there are some other deprecation warnings with the newest perl: * Smartmatch is experimental at /tmpfs/.cpan-build/2015110318/I22r-Translate-0.94-en4fxz/blib/lib/I22r/Translate/Google.pm line 120. * Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/ ( {{ <-- HERE _\d+ }} ) / at /tmpfs/.cpan-build/2015110318/I22r-Translate-0.94-en4fxz/blib/lib/I22r/Translate/Filter/Literal.pm line 20. Fail reports will be visible at http://matrix.cpantesters.org/?dist=I22r-Translate%200.94 in a few hours.
Removed lexical $_ and experimental smartmatch constructions in v0.95.