Subject: | Unescaped left brace in regex is illegal in regex |
The module does not compile anymore with perl 5.25.1:
...
# Failed test 'use Wiktionary::Parser;'
# at t/00-load.t line 6.
# Tried to use 'Wiktionary::Parser'.
# Error: Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/{{ <-- HERE trans-bottom}}/ at /usr/home/eserte/.cpan/build/2016053121/Wiktionary-Parser-0.11-wPKD5m/blib/lib/Wiktionary/Parser/Section/Translations.pm line 21.
# Compilation failed in require at /usr/home/eserte/.cpan/build/2016053121/Wiktionary-Parser-0.11-wPKD5m/blib/lib/Wiktionary/Parser/Document.pm line 7.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/2016053121/Wiktionary-Parser-0.11-wPKD5m/blib/lib/Wiktionary/Parser/Document.pm line 7.
# Compilation failed in require at /usr/home/eserte/.cpan/build/2016053121/Wiktionary-Parser-0.11-wPKD5m/blib/lib/Wiktionary/Parser.pm line 8.
# BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/2016053121/Wiktionary-Parser-0.11-wPKD5m/blib/lib/Wiktionary/Parser.pm line 8.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
Bailout called. Further testing stopped:
# Testing Wiktionary::Parser , Perl 5.025001, /usr/perl5.25.1t/bin/perl5.25.1
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...