Moose->throw_error( "Role '"
. $self->name()
. "' has encountered a class attribute conflict "
- . "during composition. This is fatal error and cannot be disambiguated."
+ . "during composition. This is a fatal error and cannot be disambiguated."
);
}