Skip Menu |

This queue is for tickets about the YAML-Logic CPAN distribution.

Report information
The Basics
Id: 115143
Status: resolved
Priority: 0/
Queue: YAML-Logic

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



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. ...
Fixed in 0.06 and released to CPAN: https://github.com/mschilli/yaml-logic-perl/commit/f531c0cd1583d50aff21c58360833935eb99a4ec Thanks for your report!