Subject: | Unescaped left brace in regex is illegal in regex |
Compilation of the module fails with perl 5.25.1:
...
# 0.002
Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/(?:\n)*# { <-- HERE {{ ExampleRunnerHide(?: ([^
]+))?(?s:.*?)# ExampleRunnerShow }}}(\n*)/ at /usr/home/eserte/.cpan/build/2016060409/Pod-Elemental-Transformer-ExampleRunner-0.002-GtDR7T/blib/lib/Pod/Elemental/Transformer/ExampleRunner.pm line 156, <> line 1.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/01-simple-things.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
...