Subject: | Unescaped left brace in regex is deprecated |
perl 5.21.x has a new warning which is causing the test suite to fail:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
...
# Generating, compiling, and running test generators. Please be patient...
# Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr compared to t/results/none'
# at t/run.t line 98.
# Structures begin differing at:
# $got->[0] = 'Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at etc/nonterminal_parser_grammar.yp line 619.
# '
# $expected->[0] = Does not exist
# Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr compared to t/results/none'
# at t/run.t line 98.
# Structures begin differing at:
# $got->[0] = 'Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at etc/nonterminal_parser_grammar.yp line 619.
# '
# $expected->[0] = Does not exist
# Looks like you failed 2 tests of 4.
t/run.t .......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
...