in reply to Hiding classes (package names) from CPAN
package # avoid cpan indexing Foo::Bar; [download]
FWIW, I know this works well as it is the trick that DBI uses to hide the DBI::dr, DBI::db and DBI::st packages from CPAN.