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

Problem with betty-doc and betty-style in some linux distributions. #24

Closed akegiraldo closed 4 years ago

akegiraldo commented 4 years ago

Hi, I'm Kevin from Colombia. I want to report two problems that I have with the use of Betty, after I did the installation. The left parenthesis without leaks in regex is deprecated here (and will be fatal in Perl 5.32), passed in regex; marked by <- HERE in m / ({<- HERE) / at / usr / local / bin / betty-style line 3908, and marked by <- HERE in m / ({<- HERE. *}) / en / usr / local / bin / betty-doc line 2038. I solved it by opening, with write permissions, each of those files and removing the braces that conflict with those lines.

The operating system I had problems with is Kali Linux 64 bits, version 2019.3

I leave it written for those who agree with the error and come to read a possible solution. Thank you.