mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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:
parent
5e89aa021e
commit
7a518cba67
|
|
@ -10,6 +10,7 @@ use Cwd;
|
|||
use File::Basename;
|
||||
use File::Copy;
|
||||
use File::Find ();
|
||||
use File::Path qw(rmtree);
|
||||
use File::Spec;
|
||||
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user