#923 Is it possible to have a pod that contains more pods?

fury Sun 17 Jan 2010

How can I create a nested pod named one.two? I'm thinking of something like:

using one.two::MyClass

I couldn't find any examples in the doc.

DanielFath Sun 17 Jan 2010

As it stands that is impossible. You have a very strict hierarchy Pod::Class.slot. You can't have nested pods nor nested classes.

Login or Signup to reply.