Show quoted text>________________________________
> From: Slaven_Rezic via RT <bug-Net-OpenSSH@rt.cpan.org>
>To:
>Sent: Saturday, December 20, 2014 10:22 PM
>Subject: [rt.cpan.org #101044] Unescaped left brace in regex is deprecated
>
>
>Sat Dec 20 16:22:17 2014: Request 101044 was acted upon.
>Transaction: Ticket created by SREZIC
> Queue: Net-OpenSSH
> Subject: Unescaped left brace in regex is deprecated
> Broken in: 0.62
> Severity: (no value)
> Owner: Nobody
> Requestors: SREZIC@cpan.org
> Status: new
>Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=101044 >
>
>
>With perl 5.21.x there's a new warning when running the test suite:
>
>Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/[\w!#%&'()*+,\-./:;<=>?[]^`{ <-- HERE |}~]/ at t/quoting.t line 108.
Hey, that was actually a bug. The real problem was not laying on the curly bracket but on the square brackets preceding it that should have been escaped but that weren't!
Fixed on the development version.
Thank you for reporting it.