scripts/text2pod.pl: Escape left brace
commitaa5ccadcca3e6018ebd9d2e8b0a0604f7cb0cd59
authorFam Zheng <famz@redhat.com>
Tue, 20 Oct 2015 07:38:46 +0000 (20 15:38 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Nov 2015 13:50:27 +0000 (2 14:50 +0100)
tree0c9a53880f5c8ac282856082c8c66cb8e5f78dc0
parentcc57501dee37376d0a2fbc5921e0f3a9ed4b117d
scripts/text2pod.pl: Escape left brace

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 <famz@redhat.com>
Message-Id: <1445326726-16031-1-git-send-email-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/texi2pod.pl