in reply to Re^2: Moose::Meta programming and derivative classes
in thread Moose::Meta programming and derivative classes

"I'm academically exploring how I can use meta programming to reduce having to generate a bunch of classes at use time ..."

You simply ... don't. Classes are just containers, they don't actually do anything. It is their METHODS that do the work.

  • Comment on Re^3: Moose::Meta programming and derivative classes