Menu

#25 Deprecation warning with Perl 5.22 : Unescaped left brace in regex is deprecated, passed through in regex

v0.10
open
nobody
None
5
2016-09-14
2015-09-08
No

I get this for instance with gits pull

$ gits pull
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(stash\@{ <-- HERE \d+}: )WIP( on .*: [\da-f]+)\.\.\..*$/ at /usr/bin/gits line 1013.

Discussion

  • Robert Munteanu

    Robert Munteanu - 2016-09-14

    Thanks for the patch Joel, but I still get these warnings. The fix you referenced seems to be for another source location.

     
  • Robert Munteanu

    Robert Munteanu - 2016-09-14

    Nevermind, I did not correctly apply the patch. Thanks for referencing the fix!

     

Log in to post a comment.