Blob Blame History Raw
Unescaped left brace in regex is deprecated
https://bugzilla.redhat.com/show_bug.cgi?id=1685441

--- a/abi-dumper.pl
+++ b/abi-dumper.pl
@@ -3197,7 +3197,7 @@ sub formatName($$)
     
     if(defined $LambdaSupport)
     { # struct {lambda()}
-        $N=~s/(\w){/$1 {/g;
+        $N=~s/(\w)\{/$1 {/g;
     }
     
     return ($Cache{"formatName"}{$_[1]}{$_[0]} = $N);