Subject: | Unescaped left brace in regex is illegal here in regex |
In your Makefile.PL, you have unescaped left braces in two regexes. These will be illegal in perl-5.26. See, e.g., http://www.cpantesters.org/cpan/report/8ba5439c-b6c8-11e6-8110-03c1ba14d72f.
The problem can be corrected by escaping the left braces at lines 62 and 76 of Makefile.PL.
Thank you very much.
Jim Keenan