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.
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.
fury Sun 17 Jan 2010
How can I create a nested pod named one.two? I'm thinking of something like:
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.