conform/conformtest.pl: Escape literal braces in regular expressions
commitddb3c626b0a159de3547d901420198b626c29554
authorFlorian Weimer <fweimer@redhat.com>
Fri, 6 Jul 2018 14:31:24 +0000 (6 16:31 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 6 Jul 2018 14:31:55 +0000 (6 16:31 +0200)
treec9011713466dcab036de028c570f7dbff005e6d1
parentbce5911b67392717b44f857a97bb348747be50e7
conform/conformtest.pl: Escape literal braces in regular expressions

This suppresses Perl warnings like these:

Unescaped left brace in regex is deprecated here (and will be fatal in
Perl 5.32), passed through in regex; marked by <-- HERE in m/^element
*({ <-- HERE ([^}]*)}|([^{ ]*)) *({([^}]*)}|([^{ ]*)) *([A-Za-z0-9_]*)
*(.*)/ at conformtest.pl line 370.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
conform/conformtest.pl