Subject: | Unescaped left brace in regex is illegal here in regex |
Module compilation fails with bleadperl (e.g. perl 5.25.4):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.025004 for linux
# Current time local: Fri Sep 9 08:43:59 2016
# Current time GMT: Fri Sep 9 08:43:59 2016
# Using Test.pm version 1.26
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^<!-- { <-- HERE {.+}} -->/ at blib/lib/Website.pm line 190.
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
Makefile:837: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255