mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
MSVC: Add "use File::Path qw(rmtree)".
My back-patch of commit 10b72deafe
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.
This commit is contained in:
@ -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__)); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user