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.