Item14110: Deprecated Pattern in regex
Priority: Normal
Current State: Confirmed
Released In: n/a
Target Release:
Two regular expressions contain an unescaped '{' which provokes a warning in perl 5.22:
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%EDITCELL{ <-- HERE (.*?)}%/ at .../Plugins/ChecklistTablePlugin/Core.pm line 167.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%EDITCELL{ <-- HERE (.*?)}%/ at .../Plugins/ChecklistTablePlugin/Core.pm line 238.
The attached patch addresses this problem.
--
PaulMerchantJr - 08 Jul 2016
Thanks for the patch.
--
GeorgeClark - 25 Sep 2016