After updating from Fedora 22 to Fedora 23, I'm having trouble compiling anything with biblatex (biber as backend). Anything without biblatex compiles just fine, so I'm assuming it's something with the biber package for Fedora 23. Here's the error message:
Process started
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\ding{ <-- HERE ([2-9AF][0-9A-F])}/ at /usr/share/perl5/Biber/LaTeX/Recode.pm line 207.
Process exited with error(s)
Is this something where I just have to wait until the code is updated, or can I do a workaround (not involving reverting the operating system to F22, of course, which worked just fine).
Someone else had a similar error here (perl - automake error), but I'm unsure how to fix this myself.