Commit 76a1c97b authored by Andrew Dunstan's avatar Andrew Dunstan

Silence warning from modern perl about unescaped braces

parent 386e3d76
......@@ -217,7 +217,7 @@ sub CopySolutionOutput
my $conf = shift;
my $target = shift;
my $rem =
qr{Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"\) = "([^"]+)"};
qr{Project\("\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942\}"\) = "([^"]+)"};
my $sln = read_file("pgsql.sln") || croak "Could not open pgsql.sln\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment