Subject: | Unescaped left brace in regex is illegal here in regex |
t/test.t fails with perl 5.26.x (but not with older or newer perls):
...
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^sub { <-- HERE "DUMMY" }\sat\st/test\.t\sline 156./ at t/test.t line 163.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 29 just after 13.
t/test.t ..
Dubious, test returned 29 (wstat 7424, 0x1d00)
All 13 subtests passed
...