Subject: | Unescaped left brace in regex is deprecated here, passed through in regex |
While running make test with perl 5.25.4 I see the following warnings:
...
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Echo.pm line 25.
Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Nouse.pm line 28.
...