Subject: | Unescaped left brace in regex is illegal here in regex |
Module compilation fails with bleadperl (e.g. perl 5.25.4):
# Failed test 'use Config::KingKong::File;'
# at t/00-load.t line 5.
# Tried to use 'Config::KingKong::File'.
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (\w+)}/ at /tmpfs/.cpan-build-cpansand/2016083106/Config-KingKong-0.002-0/blib/lib/Config/KingKong/File.pm line 45.
# Compilation failed in require at t/00-load.t line 5.
# BEGIN failed--compilation aborted at t/00-load.t line 5.
# Looks like you failed 1 test of 1.
t/00-load.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests