Subject: | Unescaped left brace in regex is illegal here in regex |
Tests fail 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
t/01notes_store.t .. ok
# Failed test 'use Bot::BasicBot::Pluggable::Module::Notes;'
# at t/02notes.t line 10.
# Tried to use 'Bot::BasicBot::Pluggable::Module::Notes'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^!{ <-- HERE ([^}]+)/ at /tmpfs/.cpan-build-cpansand/2016091221/Bot-BasicBot-Pluggable-Module-Notes-0.02-0/blib/lib/Bot/BasicBot/Pluggable/Module/Notes.pm line 177.
# Compilation failed in require at t/02notes.t line 10.
# BEGIN failed--compilation aborted at t/02notes.t line 10.
Loading Notes from Bot/BasicBot/Pluggable/Module/Notes.pm at /opt/perl-5.25.4/lib/site_perl/5.25.4/Bot/BasicBot/Pluggable.pm line 104, <DATA> line 1.
Can't load Notes: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^!{ <-- HERE ([^}]+)/ at /tmpfs/.cpan-build-cpansand/2016091221/Bot-BasicBot-Pluggable-Module-Notes-0.02-0/blib/lib/Bot/BasicBot/Pluggable/Module/Notes.pm line 177, <DATA> line 1.
Compilation failed in require at /opt/perl-5.25.4/lib/site_perl/5.25.4/Bot/BasicBot/Pluggable.pm line 110, <DATA> line 1.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/02notes.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests