Subject: | Deprecation warning |
A deprecation warning appears while running the test suite with a newer perl, e.g. 5.27.11:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.27.11/bin/perl5.27.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t
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/\G({ <-- HERE [0-9]+(?:,(?:[0-9]+)?)?})/ at lib/Perl/PrereqScanner/NotQuiteLite.pm line 1825.
t/00_load.t ................................. ok
... (etc) ...