http://qs321.pair.com?node_id=777723


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.