in reply to Re: Namespace Pollution
in thread Namespace Pollution

$ perl -we'sub x { &foo } sub x { &bar }' Subroutine x redefined at -e line 1.
You won't get a heads-up for multiple imports to the same symbol name, though.

Makeshifts last the longest.