K 10 svn:author V 3 mat K 8 svn:date V 27 2018-03-28T16:52:54.433608Z K 7 svn:log V 244 Fix build with Perl 5.26. Unescaped left brace in regex is illegal in regex when not used as a quantifier. - /foo{3}/ will match foofoofoo. - /\\new{bar}/ is illegal and should be written as /\\new\{bar}/. PR: 226817 Sponsored by: Absolight END