Skip to content
Snippets Groups Projects
Commit 7a518cba authored by Noah Misch's avatar Noah Misch
Browse files

MSVC: Add "use File::Path qw(rmtree)".

My back-patch of commit 10b72dea 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.
parent 5e89aa02
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ use Cwd; ...@@ -10,6 +10,7 @@ use Cwd;
use File::Basename; use File::Basename;
use File::Copy; use File::Copy;
use File::Find (); use File::Find ();
use File::Path qw(rmtree);
use File::Spec; use File::Spec;
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); } BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment