Subject: | Perl complains about regexen "\patterns{" and "\hyphenation{" |
Some recent Perl seems to dislike unescaped braces in regexen (possibly to avoid ambiguities caused by their syntactic function?), I get the following message:
----------
Unescaped left brace in regex is deprecated, passed through in regex
----------
This affects TeX::Hyphen 1.16, lines 185 (\patterns{)and 187 (\hyphenation{).