Problem is on Zotero commit 49d9f587e2e740f7e387858676f585719866a615 (latest: 2020/07/02)
using openSUSE Leap 15.1
with Perl 5.26
When I run fetch_xulrunner.sh -p l following error occurs:
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/get _inPrivateBrowsing\(\) { <-- HERE / at -e line 1.
It seems that the error lies within the program. Since Perl version 5.26 there is no more just warning if braces are unescaped in regular expressions (source). So maybe escaping will help...
Problem is on Zotero commit 49d9f587e2e740f7e387858676f585719866a615 (latest: 2020/07/02) using openSUSE Leap 15.1 with Perl 5.26
When I run
fetch_xulrunner.sh -p l
following error occurs:It seems that the error lies within the program. Since Perl version 5.26 there is no more just warning if braces are unescaped in regular expressions (source). So maybe escaping will help...
log_xul.txt