Skip to content

Commit a917636

Browse files
committed
WriteEmptyMakefile not recurse by default
1 parent fc03f82 commit a917636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ExtUtils/MakeMaker.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ sub WriteEmptyMakefile {
819819

820820
my %att = @_;
821821
$att{NAME} = 'Dummy' unless $att{NAME}; # eliminate pointless warnings
822+
$att{DIR} = [] unless $att{DIR}; # don't recurse by default
822823
my $self = MM->new(\%att);
823824
require File::Path;
824825
File::Path::rmtree '_eumm'; # because MM->new does too much stuff

0 commit comments

Comments
 (0)