package StarRateable; use Moose::Role; has 'rating' => (is => 'rw', isa => 'StarRating'); # Other methods if required