Subject: | Unescaped left brace in regex is illegal here in regex |
Here, too: module does not compile anymore with bleadperl (e.g. 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:36:08 2016
# Current time GMT: Sat Sep 10 18:36:08 2016
# Using Test.pm version 1.26
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE query }/ at blib/lib/OurNet/Site.pm line 145.
Compilation failed in require at blib/lib/OurNet/Query.pm line 8.
BEGIN failed--compilation aborted at blib/lib/OurNet/Query.pm line 8.
Compilation failed in require at test.pl line 18.
BEGIN failed--compilation aborted at test.pl line 18.
Makefile:877: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255