Subject: | Remove files without write permission |
rm -rf support the ability to remove files that the user owns, but which
are set as read-only for the user.
File::Remove should support this ability as well.
If a file fails -w, File::Remove should attempt to add user write
permissions to the file. If this succeeds, it should then remove it.