Subject: | Unescaped left brace in regex is illegal in regex |
YAML::Logic does not compile anymore with perl 5.25.1:
...
PERL_DL_NONLAZY=1 "/usr/perl5.25.1p/bin/perl5.25.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001Basic.t ..... ok
Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/(?:\${ <-- HERE ([\w.]+)})/ at /home/cpansand/.cpan/build/2016060709/YAML-Logic-0.05-I16oJ4/blib/lib/YAML/Logic.pm line 50.
Compilation failed in require at t/002Interpol.t line 8.
BEGIN failed--compilation aborted at t/002Interpol.t line 8.
...