[fvwmorg/fvwm] 749ed6: FvwmPerl: fix regexp warning for special chars
Branch: refs/heads/master Home: https://github.com/fvwmorg/fvwm Commit: 749ed65cfa5960290e7eeb3a3b9c383f8d06e08e https://github.com/fvwmorg/fvwm/commit/749ed65cfa5960290e7eeb3a3b9c383f8d06e08e Author: Thomas Adam Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M modules/FvwmPerl/FvwmPerl.in Log Message: --- FvwmPerl: fix regexp warning for special chars In recent versions of perl (2.5.26+), curly braces need escaping to make them unambiguous to other internal perl regexp syntax. Since FvwmPerl uses {} as its own command delimiters, ensure we escape these in the parsing regexp in FvwmPerl.
[fvwmorg/fvwm] 749ed6: FvwmPerl: fix regexp warning for special chars
Branch: refs/heads/ta/fix-fvwmperl-regexp Home: https://github.com/fvwmorg/fvwm Commit: 749ed65cfa5960290e7eeb3a3b9c383f8d06e08e https://github.com/fvwmorg/fvwm/commit/749ed65cfa5960290e7eeb3a3b9c383f8d06e08e Author: Thomas Adam Date: 2019-12-09 (Mon, 09 Dec 2019) Changed paths: M modules/FvwmPerl/FvwmPerl.in Log Message: --- FvwmPerl: fix regexp warning for special chars In recent versions of perl (2.5.26+), curly braces need escaping to make them unambiguous to other internal perl regexp syntax. Since FvwmPerl uses {} as its own command delimiters, ensure we escape these in the parsing regexp in FvwmPerl.