Subject: | preserving permissions doesn't work |
Pod say: Copies each directory tree of %from_to to its corresponding
value preserving timestamps and permissions.
Code say: $mode = 0444 | ( $mode & 0111 ? 0111 : 0 );
Is this a bug in code or Pod? To fix only the above line should be removed.