When trying to install Module-Build-0.21 using MacPerl 5.6.1r2 under MacOS 9.2, I get an error at Module:Build:Platform:MacOS.pm line 63. The code:
chmod 666, ...
apparently needs to be
chmod 0666, ...
I am unable to intsall the module because of this. I previously had 0.15 installed.