Subject: | Archive::Tar assumes $> won't change |
Archive::Tar uses a constant, CAN_CHOWN, to note if it is possible to
chown a file. To create the constant, $> is compared to 0. However, $>
can be changed to reduce the privileges of the perl program. After
this, it still tries to change the owner but cannot, resulting in warnings.