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

Commitb31d88b

Browse files
committed
MSVC: Add "use File::Path qw(rmtree)".
My back-patch of commit10b72de addedcalls to File::Path::rmtree(), but v10 and older had not been importingthat symbol. Back-patch to v10, 9.6 and 9.5.
1 parentc44e9bc commitb31d88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use File::Basename;
1111
use File::Copy;
1212
use File::Find ();
13+
use File::Pathqw(rmtree);
1314
use File::Spec;
1415
BEGIN {use lib File::Spec->rel2abs(dirname(__FILE__)); }
1516

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp