The docs for Role::Tiny state the following:
"Unlike Class::C3, where the last class inherited from "wins," role composition is the other way
around, where first wins. In a more complete system (see Moose) roles are checked to see if they
clash. The goal of this is to be much simpler, hence disallowing composition of multiple roles at
once."
$company might start using roles, but if we do, full conflict resolution is desired. That means we
can't use Moo. There are concerns about jumping in the deep end by using Moose and several
devs have suggested we try Mouse as a 'small step'.