Bug 31670 - Unescaped left brace in regex is deprecated
Summary: Unescaped left brace in regex is deprecated
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: checkbashisms (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-29 09:00 MSK by Sergey Y. Afonin
Modified: 2015-12-29 09:00 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2015-12-29 09:00:28 MSK
Видимо, с приходом нового Perl, начало выдаваться предупреждение "Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE"

  .?(\${ <-- HERE 1:?\+.?)?(\$(\@|\*))?/ at /usr/bin/checkbashisms line 460, <IN> line 1.

  .?(\${ <-- HERE 1:?\+.?)?(\$(\@|\*))?.?\s*\&/ at /usr/bin/checkbashisms line 486, <IN> line 1.