alx-tools / Betty

Holberton-style C code checker written in Perl
GNU General Public License v3.0
1.26k stars 1.77k forks source link

[fix]: deprecated syntax left brace warning #27

Closed dev-loup closed 4 years ago

dev-loup commented 4 years ago

Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/({ <-- HERE .*})/ at /usr/local/bin/betty-doc line 2038.

Mattrack commented 4 years ago

Thank you for your contribution, @LoopingDiego 🙂 🎉