Subject: | Unescaped left brace in regex is deprecated here |
A new warning appears with perl 5.27.8:
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/
(% # leading '%'
(-)? # left-align, rather than right
(\d*)? # (optional) minimum field width
(?:\.(\d*))? # (optional) maximum field width
({ <-- HERE .*?})? # (optional) stuff inside
(\S) # actual format character
)/ at /opt/perl-5.27.8/lib/site_perl/5.27.8/String/Format.pm line 77.