Subject: | 'make install UNINST=1' should not die if it cannot remove a shadowed file *after* the new one in @INC |
Currently, "make install UNINST=1" will die when it cannot delete a shadowing module. In the case when the shadowing file comes *after* the new one in @INC (and thus does not shadow) it likely shouldn't be fatal and could simply warn instead.