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
With perl 5.25.x the previously deprecated unescaped
{in regexes is now a hard error. Test suite hangs because of this: