According to Jeff Clites:
> Let's say that all you have around are $Foo and $Foo::Bar::baz ...
> 
> top-level namespace (say this is namespace #1):
> {
>       variables => { Foo => <PerlScalar PMC (or whatever)> },
>       namespaces => { Foo => <PerlNamespace PMC, call namespace #2> }
> }

I'm a bit confused by this example.  Don't you mean:

        variables => { '$Foo' => <PerlScalar PMC (or whatever)> },

i.e. with the '$' in the key?
-- 
Chip Salzenberg               - a.k.a. -              <[EMAIL PROTECTED]>
 "I don't really think it is a question of bright people and dumb
  people, but rather people who can see the game they're playing and
  those who can't." -- Joe Cosby

Reply via email to