Subject: | Unescaped left brace in regex is illegal here in regex |
Compilation of the module fails with bleadperl e.g. perl 5.25.4:
# Failed test 'use Test::WWW::Selenium::HTML;'
# at t/001basic.t line 22.
# Tried to use 'Test::WWW::Selenium::HTML'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /tmpfs/.cpan-build-cpansand/2016082821/Test-WWW-Selenium-HTML-0.02-0/blib/lib/Test/WWW/Selenium/HTML.pm line 234.
# Compilation failed in require at t/001basic.t line 22.
# BEGIN failed--compilation aborted at t/001basic.t line 22.
# Looks like you failed 1 test of 2.
t/001basic.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests