29.10.2015 10:25, Michael Tokarev wrote:
> 09.10.2015 09:42, Fam Zheng wrote:
>> Latest perl now deprecates "{" literal in regex and print warnings like
>> "unescaped left brace in regex is deprecated". Add escapes to keep it
>> happy.
>
> Applied to -trivial, thank you!
Noticed your v2 without
09.10.2015 09:42, Fam Zheng wrote:
> Latest perl now deprecates "{" literal in regex and print warnings like
> "unescaped left brace in regex is deprecated". Add escapes to keep it
> happy.
Applied to -trivial, thank you!
/mjt
Latest perl now deprecates "{" literal in regex and print warnings like
"unescaped left brace in regex is deprecated". Add escapes to keep it
happy.
Signed-off-by: Fam Zheng
---
roms/ipxe | 2 +-
scripts/texi2pod.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git