Subject: | Unescaped left brace in regex is illegal here in regex |
The module does not compile anymore with perl 5.25.x:
# Failed test 'use Date::Reformat;'
# at t/00_compile.t line 12.
# Tried to use 'Date::Reformat'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/
# %{ <-- HERE (\w+)}
# / at /tmpfs/.cpan-build-cpansand/2016082518/Date-Reformat-0.03-0/blib/lib/Date/Reformat.pm line 984.
# Compilation failed in require at t/00_compile.t line 12.
# BEGIN failed--compilation aborted at t/00_compile.t line 12.
# Looks like you failed 1 test of 1.
t/00_compile.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests