Subject: | Don't use Moose |
I love Moose and have published several MooseX modules, but nothing that
uses Moose can claim to be "Tiny".
Plugin::Tiny's Moose usage is pretty basic; you're not doing any heavy
metaprogramming. It could easily be swapped out with the lighter-weight
"Moo".
Similarly, namespace::autoclean could be swapped for namespace::sweep, or
perhaps even namespace::clean; Class::Load could maybe be replaced with
the lighter Module::Runtime.
I'm happy to supply a patch if you agree that these changes would be
worthwhile.