Skip to content

Commit b31d88b

Browse files
committed
MSVC: Add "use File::Path qw(rmtree)".
My back-patch of commit 10b72de added calls to File::Path::rmtree(), but v10 and older had not been importing that symbol. Back-patch to v10, 9.6 and 9.5.
1 parent c44e9bc commit b31d88b

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::Path qw(rmtree);
1314
use File::Spec;
1415
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
1516

0 commit comments

Comments
 (0)