Skip Menu |

This queue is for tickets about the Pod-S5 CPAN distribution.

Report information
The Basics
Id: 28392
Status: resolved
Priority: 0/
Queue: Pod-S5

People
Owner: tlinden [...] cpan.org
Requestors: avar [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.07
Fixed in: (no value)



Subject: Permissions on files unpacked from s5.zip are -rw-r--
Since unzip(1) is used to unpack the ui/ directory permissions turn out to be the same as the ones the author was using on unix. The best solution to this is probably to avoid packing a zip file in __DATA__ in the first place. Just copy the s5 directory to blib/lib/Pod/S5/ during the build process, then find it by looping over grep { -d } map { "$_/Pod/S5/s5" } @INC in pod2s5 and rcopy that. That would also drop the unzip dependency.
Ok, thanks for the hint to remove the unzip dependency. Fixed in 0.08.