X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FCommand.pm;h=aec4013d022ab5af779ad8bf05fab06a80fde4cb;hb=a062834f6b91f994c046043f1bbf3218aea18281;hp=bccc76cc199d1761c1a99cfda46e0882564b3b80;hpb=17f410f9a3a4ae9cda502b59b391e6653db436ce;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm index bccc76c..aec4013 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