Subject: | Unescaped left brace in regex is deprecated |
perl5.21.x has a new warning which shows up when running the test suite:
...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^sub{ <-- HERE (.*)}$/ at /tmpfs/.cpan-build/Lemonldap-NG-Handler-1.4.3-AvXpzF/blib/lib/Lemonldap/NG/Handler/Main/Jail.pm line 126.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\$datas->{ <-- HERE vhost}/ at /tmpfs/.cpan-build/Lemonldap-NG-Handler-1.4.3-AvXpzF/blib/lib/Lemonldap/NG/Handler/Initialization/GlobalInit.pm line 478.
...