Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d9ae20

Browse files
committed
Silence warning from modern perl about unescaped braces
Back-patch commit76a1c97 intothe older branches (9.5 and before). This is needed because perl5.26 and later treats the case as an error not just a warning.Original patch by Andrew Dunstan, need for back-patch noted byAshutosh SharmaDiscussion:https://postgr.es/m/CAE9k0PkfNcmj9pA7Yx4qQ=K=3aY4TuiRhp7KYpayDWm9MYsnjg@mail.gmail.com
1 parentbf19a6f commit3d9ae20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ sub CopySolutionOutput
197197
my$conf =shift;
198198
my$target =shift;
199199
my$rem =
200-
qr{Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"\) = "([^"]+)"};
200+
qr{Project\("\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942\}"\) = "([^"]+)"};
201201

202202
my$sln = read_file("pgsql.sln") || croak"Could not open pgsql.sln\n";
203203

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp