Subject: | Unescaped left brace in regex is illegal here in regex |
A new module compilation error with bleadperl (e.g. perl 5.25.4):
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-Iblib/lib" "-Iblib/arch" test.pl
1..2
# Running under perl version 5.025004 for linux
# Current time local: Sat Sep 10 18:53:41 2016
# Current time GMT: Sat Sep 10 18:53:41 2016
# Using Test.pm version 1.26
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE \s*query\s*}/ at blib/lib/OurNet/Site.pm line 169.
Compilation failed in require at blib/lib/OurNet/Query.pm line 11.
BEGIN failed--compilation aborted at blib/lib/OurNet/Query.pm line 11.
Compilation failed in require at test.pl line 18.
BEGIN failed--compilation aborted at test.pl line 18.
Makefile:1143: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255