mpg has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I couldn't find proper framework on CPAN which will allow me to load bunch of classes generated by some script on-the-fly. Something what Rose::DB::Object::Loader does when it make_classes for some DB. Thanks
  • Comment on class generation and loading in the runtime

Replies are listed 'Best First'.
Re: class generation and loading in the runtime
by jZed (Prior) on Nov 09, 2007 at 23:21 UTC
Re: class generation and loading in the runtime
by FunkyMonk (Bishop) on Nov 10, 2007 at 00:52 UTC
Re: class generation and loading in the runtime
by Anonymous Monk on Nov 10, 2007 at 05:26 UTC
    Maybe Moose is what you are looking for?