Item13949: FieldHistoryPlugin uses unescaped left brace in regex

pencil
Priority: Normal
Current State: Confirmed
Released In: n/a
Target Release:
Applies To: Extension
Component: FieldHistoryPlugin
Branches:
Reported By: MarkusUeberall
Waiting For:
Last Change By: GeorgeClark
See perldelta: In perl v5.22, using a literal { in a regular expression was deprecated, and will emit a warning if it isn't escaped \{ (will cause a syntax error from v5.26 onwards):

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%FIELDHISTORY{ <-- HERE (.*?)}%/ at /var/www/apps/foswiki/lib/Foswiki/Plugins/FieldHistoryPlugin.pm line 179.

-- MarkusUeberall - 09 Feb 2016

 
Topic revision: r2 - 02 Dec 2016, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy