Subject: | No option to entirely remove __PACKAGE__->load_components declarations |
When working with a large schema (hundreds of resultsources) compilation
time can be drastically reduced by aggregating components into a
Base::Row::Class and then have each individual result class use base
Base::Row::Class[1].
Currently S::L allows control of the use base declaration, but does not
allow removal of the (potentially optional) __PACKAGE__->load_components
(qw/Core/)
S::L should allow full control of the load_components section, and
possibly even default to no load_components and to use base 'Core'; (as
it is equivalent but faster)