Setting file permissions in ExtUtils::MakeMaker

From: M. Hegde (mhegde_at_ieee.org)
Date: 01/25/05


Date: Tue, 25 Jan 2005 04:15:53 GMT

I am trying to change default file permissions used in MakeMaker (0644 &
0755). MakeMaker documentation specifies that PERM_RW and PERM_RWX can
be used for this purpose. I used them without any change in the
behavior. I see that permissions are set in ExtUtils::Install during
installation. How do I override this behavior? Any help in this regard
is highly appreciated.

Thanks.
-M. Hegde