http://www.perlmonks.org?node_id=582269


in reply to Re^2: Why " subroutined redefined" warning comes?
in thread Why " subroutined redefined" warning comes?

Ahhhh... learned something new, thanks to your reply.

So, yes, I want Spinner to export the spin() function, to save me from having to do Spinner::spin(), but now I know why I have it that way, and what to change if I decide not to export it.

You've also shown us a different way to keep the subs separate, if need be.

Thanks!