Create directories in silence.
Andreas König [Thu, 24 Aug 2000 14:18:52 +0000 (16:18 +0200)]
Subject: [PATCH] Another silencer for MakeMaker
Message-ID: <m3zom297ir.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@6798

lib/ExtUtils/Command.pm

index bccc76c..aec4013 100644 (file)
@@ -177,7 +177,7 @@ Creates directory, including any parent directories.
 
 sub mkpath
 {
- File::Path::mkpath([expand_wildcards()],1,0777);
+ File::Path::mkpath([expand_wildcards()],0,0777);
 }
 
 =item test_f file