Subject: | Unescaped left brace in regex is illegal here in regex |
Compilation fails with bleadperl (e.g. perl 5.25.4):
# Failed test 'use Plack::Middleware::AutoRefresh;'
# at t/00-load.t line 18.
# Tried to use 'Plack::Middleware::AutoRefresh'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/{{ <-- HERE ([^}]*)}}/ at /tmpfs/.cpan-build-cpansand/2016090406/Plack-Middleware-AutoRefresh-0.08-0/blib/lib/Plack/Middleware/AutoRefresh.pm line 131.
# Compilation failed in require at t/00-load.t line 18.
# BEGIN failed--compilation aborted at t/00-load.t line 18.
Couldn't use_ok Plack::Middleware::AutoRefresh at t/00-load.t line 18.
BEGIN failed--compilation aborted at t/00-load.t line 27.
# 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/00-load.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests