Skip Menu |

This queue is for tickets about the TeX-Hyphen CPAN distribution.

Report information
The Basics
Id: 109043
Status: resolved
Priority: 0/
Queue: TeX-Hyphen

People
Owner: JANPAZ [...] cpan.org
Requestors: GWS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.16
Fixed in: 1.17



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{).
On Tue, 17 Nov 2015 00:20:59 GMT, GWS wrote: Show quoted text
> 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{).
The issue was resolved in TeX::Hyphen 1.17. Sorry for taking me so long to make the release.