package TestApp::Model::Prefix::Foo; use warnings; use strict; sub foo { 'Prefix_Foo' } 1;