Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have developed a pure perl module which I wish to
dmake distfor upload to CPAN.
When I execute the above, the file permissions come out as:
C:\Phil\Perl\Math-Subsets-List>tar -tvf Math-Subsets-List-1.005.tar drw-rw-rw- philip r brenan/0 0 2012-08-23 21:35 Math-Subsets-List-1.00 +5/ -rw-rw-rw- philip r brenan/0 548 2012-08-23 21:35 Math-Subsets-List-1. +005/META.yml
This seems to cause problems on Linux etc.
Please tell me what sequence of actions I can perform on a Windows machine with ActiveState Perl and GNU tar/gzip that will produce a tarball with the correct file permissions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting file permissions for a module built on a Windows PC
by Monk::Thomas (Friar) on Aug 24, 2012 at 10:05 UTC | |
by Anonymous Monk on Aug 24, 2012 at 10:39 UTC | |
by philiprbrenan (Monk) on Aug 24, 2012 at 15:07 UTC | |
|
Re: Setting file permissions for a module built on a Windows PC
by Anonymous Monk on Aug 23, 2012 at 21:21 UTC |