Subject: | Unescaped left brace in regex is deprecated, passed through in regex |
A new deprecation is causing warnings (and I think it fails with perl 5.25):
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/<script id="(javascript-writer-\d+-\d+)" type="text/javascript">;\(function\(\){ <-- HERE alert\(42\)\;setTimeout\(function\(\)\{alert\(\"Hi\"\)\;\}\,42\)\;}\).call\(document.getElementById\('\1'\)\);</script>/ at t/11.closure.t line 19.
t/11.closure.t .......... ok