On Thu, Nov 20, 2008 at 4:13 PM, Eric Wilhelm
<[EMAIL PROTECTED]> wrote:
> 5. Help windows users create archives that pause will accept?
> Archive::Tar->create_archive("$file.tar.gz", 1, grep {!-d $_} @$files);
> http://rt.cpan.org/Ticket/Display.html?id=39804
I'd like to see this one closed if at all possible.
I'm not sure if the code above is correct -- won't that leave existing
permission as is? I suspect after the tarball is created, we need to
iterate the Archive::Tar::File objects and unset the group/other write
permissions.
-- David