Fix tests to work regardless of order of get_all_attributes return value (RT#81713)
[gitmo/MooseX-MetaDescription.git] / TODO
1 Make the metaclass a metaclass trait so it can be used via:
2
3  use Moose -traits => 'MetaDescription'
4
5 Rather than insisting on being the only metaclass.