Subject: | Noisy tests (Unescaped left brace in regex is deprecated) |
Perl 5.17 deprecates unescaped literal left braces in regular
expressions, issuing a warning when they are found. The attached patch
suppresses this warning.
I have called this unimportant because it is only a warning, and in a
development release at that.