Subject: | Unescaped left brace in regex is illegal here in regex |
Tests fail with perl 5.25.x because of making unescaped { illegal:
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\x{ <-- HERE ([0-9a-z]+)}/ at t/Util.pm line 21.
Compilation failed in require at t/09_page_size.t line 3.
BEGIN failed--compilation aborted at t/09_page_size.t line 3.
t/09_page_size.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
In earlier versions (5.24.x ...) there was just a warning.