package Foo; use UtilityClass; sub helper { 'UtilityClass' } sub bubbles { ... $self->helper->buttercup(); ... }