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.