Subject: | Use namespace::sweep/clean instead of namespace::autoclean |
From glancing at the source of More.pm, it appears namespace::autoclean
it just being used to remove all previously imported functions from
%SQL::Abstract::More::. This could be done with namespace::clean or
namespace::sweep, avoiding the use of Class::MOP and thus cutting a few
dozen miliseconds from SQL::Abstract::More's compilation time.