in reply to How to write a Mixin without Exporter mess?

You could use:

sub frobnicate { my($self) = @_; $self->Mixin::frobnerize(); }

If you don't mind the syntax.