summaryrefslogtreecommitdiff
path: root/installhtml
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-03 07:42:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-03 07:42:23 +0000
commit40b86b0f5cb06f86f2f6f69f2b165ebb1620d82a (patch)
treed1c398fb79e7b5c097047be11cc84924c992b7d5 /installhtml
parentd37079511e3bbbe29a88bbec83eb274c647a845a (diff)
downloadperl-40b86b0f5cb06f86f2f6f69f2b165ebb1620d82a.tar.gz
don't mess with the umask()
p4raw-id: //depot/perl@4632
Diffstat (limited to 'installhtml')
-rwxr-xr-xinstallhtml2
1 files changed, 0 insertions, 2 deletions
diff --git a/installhtml b/installhtml
index d73124ce13..c268f54b36 100755
--- a/installhtml
+++ b/installhtml
@@ -9,8 +9,6 @@ use Getopt::Long; # for command-line parsing
use Cwd;
use Pod::Html;
-umask 022;
-
=head1 NAME
installhtml - converts a collection of POD pages to HTML format.