Subject: | Unescaped left brace in regex is illegal here in regex |
Module compilation fails with bleadperl (e.g. perl 5.25.5):
# Failed test 'use Language::Farnsworth;'
# at t/00-sanity.t line 4.
# Tried to use 'Language::Farnsworth'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(?<!\\)(\$\w+|\${ <-- HERE [^}]+})/ at /tmpfs/.cpan-build-cpansand/2016092806/Language-Farnsworth-0.7.7-0/blib/lib/Language/Farnsworth/Evaluate.pm line 866.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2016092806/Language-Farnsworth-0.7.7-0/blib/lib/Language/Farnsworth.pm line 10.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016092806/Language-Farnsworth-0.7.7-0/blib/lib/Language/Farnsworth.pm line 10.
# Compilation failed in require at t/00-sanity.t line 4.
# BEGIN failed--compilation aborted at t/00-sanity.t line 4.