Update: v5.30 brings this back. The exceptions to allow people to catch up should have already been fixed.
In v5.26 and later, you have to escape the left brace, {
, in Perl regular expressions. You probably never thought about this overworked character, but lots of other people have. This is an important change because it’s a fatal issue that may cause your modules and other tools (such as an old version of autoconf!) to stop working. But, we’ve also known about this for a bit, so if you are up-to-date, things may have already been fixed.
{
Continue reading “You must escape the left brace in a regex”