Subject: | allow compilation into the anonymous package |
It would be useful if one could compile code into context of the anonymous package. As it stands, the code installed into the anonymous package retains its original package context, which causes a bit of namespace pollution.
From my perusal of perl{guts,api} I'm not at all sure that this is possible. I'd love to be proven wrong.