From 4e0bac30cf8781c4385a7617e92d21af5cfddbff Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 3 Dec 1999 07:42:23 +0000 Subject: don't mess with the umask() p4raw-id: //depot/perl@4632 --- installhtml | 2 -- 1 file changed, 2 deletions(-) (limited to 'installhtml') 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. -- cgit v1.2.1