On 2012-10-09 15:20:55, XENO wrote:
Show quoted text> lazy loading the classes should improve the compile time performance
> of moose objects that consume this but don't use all of them.
> Class::Load should be free since Moose uses it.
It doesn't look that straightforward to load modules from within type declarations. We could possibly do this with a Sub::Exporter-like thing that did the 'require' when the export sub is prepared?