Subject: | Unescaped left brace in regex is deprecated here, passed through in regex |
Compilation fails with bleadperl (e.g. perl 5.25.4):
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/\\section(\*?){ <-- HERE (.*)}/ at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen/scigen.pm line 175.
Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/(\\subsection){ <-- HERE (.*)}/ at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen/scigen.pm line 182.
Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/(\\slideheading){ <-- HERE (.*)}/ at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen/scigen.pm line 183.
# Failed test 'use Text::Scigen;'
# at t/Text-Scigen.t line 9.
# Tried to use 'Text::Scigen'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\title{ <-- HERE (.*)}/ at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen/scigen.pm line 190.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen.pm line 33.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016083103/Text-Scigen-0.02-0/blib/lib/Text/Scigen.pm line 33.
# Compilation failed in require at t/Text-Scigen.t line 9.
# BEGIN failed--compilation aborted at t/Text-Scigen.t line 9.