Subject: | Unescaped left brace in regex is illegal in regex |
Compilation fails with perl 5.25.x:
...
Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/{{ <-- HERE \s*([a-zA-Z0-9][a-z0-9|]*)\s*}}/ at /home/cpansand/.cpan/build/2016060706/XHTML-MediaWiki-0.11-m2ZbI1/blib/lib/XHTML/MediaWiki.pm line 1052.
Compilation failed in require at t/blending.t line 4.
BEGIN failed--compilation aborted at t/blending.t line 4.
# Looks like your test exited with 255 before it could output anything.
t/blending.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...