in reply to How to write a Mixin without Exporter mess?
You could use:
sub frobnicate { my($self) = @_; $self->Mixin::frobnerize(); } [download]
If you don't mind the syntax.