summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas König <a.koenig@mind.de>2000-08-24 16:18:52 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-24 13:48:27 +0000
commit09312895ded7493c783096b14829d10798fe9f44 (patch)
treea0d9a3865afeef24793e9dfdb31299b108dab118 /lib
parent99c3d640ef02e1516696ab4f3d226848d654cb4a (diff)
downloadperl-09312895ded7493c783096b14829d10798fe9f44.tar.gz
Create directories in silence.
Subject: [PATCH] Another silencer for MakeMaker Message-ID: <m3zom297ir.fsf@ak-71.mind.de> p4raw-id: //depot/perl@6798
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm
index bccc76cc19..aec4013d02 100644
--- a/lib/ExtUtils/Command.pm
+++ b/lib/ExtUtils/Command.pm
@@ -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