Damian Conway wrote: > Of course, the right solution would be for R::G to set up a *lexical* > pseudo-var in each scope where it's imported, but I'm not aware of > any reliable way to do that...except by using source filters. :-( If you don’t mind depending on an XS module: Lexical::Var->import('$VAR_NAME' => \$My::Evil::Remapped::Variable);Thread Previous | Thread Next