Subject: | Unescaped left brace in regex is deprecated |
There's a new warning with recent perl versions (e.g. 5.22.0):
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/
(?:
%{ <-- HERE (\w+)} # method name like %{day_name}
|
%([%a-zA-Z]) # single character specifier like %d
|
%(\d+)N # special case for %N
)
/ at /tmpfs/.cpan-build/2015110812/DateTimeX-Lite-0.00004-60ZSnO/blib/lib/DateTimeX/Lite/Strftime.pm line 86.