You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With perl 5.25.x the previously deprecated unescaped { in regexes is now a hard error. Test suite hangs because of this:
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE -VDEOR-} / at t/lib/Vim/Debug/Client.pm line 68.
ClientError: 2
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE -VDEOR-} / at t/lib/Vim/Debug/Client.pm line 68.
ClientError: 3
Terminated
The text was updated successfully, but these errors were encountered:
Due to unescaped left braces in some regular expression patterns in your code, your module won't work on 5.26.0. The CPAN Tester automated testing service cannot test your distribution on new versions of Perl until it is fixed and any modules that depend on yours will not work either. Please see:
We would appreciate help in sorting this out before the new version of Perl is released in May of this year. These errors are quite easy to correct and I would be happy to lend a hand.
I'm including a log file of my failure to build and install using "cpanm".
With perl 5.25.x the previously deprecated unescaped
{
in regexes is now a hard error. Test suite hangs because of this:The text was updated successfully, but these errors were encountered: