in reply to Re^5: Namespace for local/internal modules?
in thread Namespace for local/internal modules?

Indeed, and PAUSE's On the Naming of Modules document also implies that Local:: modules shouldn't be added to CPAN.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'