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
commit4e0bac30cf8781c4385a7617e92d21af5cfddbff (patch)
treed1c398fb79e7b5c097047be11cc84924c992b7d5 /installhtml
parenta07043ec8c6b8db003369856eadf14ccd8d179cc (diff)
downloadperl-4e0bac30cf8781c4385a7617e92d21af5cfddbff.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.