in reply to PAUSE Error
Using ExtUtils::MakeMaker if you add:
dist => {TARFLAGS => '--create --verbose --mode=0700 --fil +e '},
the the WriteMakefile call and use GNU tar 1.13 or later the permissions are set correctly. GNU tar 1.13 is available at time of posting from http://gnuwin32.sourceforge.net/packages.html.
|
---|