diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-20 17:50:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-20 17:50:38 +0000 |
commit | 5a211162cd360449f2dbfb7ca9231c025909353f (patch) | |
tree | cb1e381023629ae2b3d383210f275f479afdb348 /opcode.pl | |
parent | 649da0762311e9a19091946020dc56feadc1378c (diff) | |
download | perl-5a211162cd360449f2dbfb7ca9231c025909353f.tar.gz |
default mkdir() mode argument to 0777
p4raw-id: //depot/perl@5164
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -709,7 +709,7 @@ rename rename ck_fun isT@ S S link link ck_fun isT@ S S symlink symlink ck_fun isT@ S S readlink readlink ck_fun stu% S? -mkdir mkdir ck_fun isT@ S S +mkdir mkdir ck_fun isT@ S S? rmdir rmdir ck_fun isTu% S? # Directory calls. |