sub Order { my $class = 'Our::Customer::Order'; if ( exists $INC{'lib/Order.pm'} ) { # die and noisily complain about a conflict } # load the class if not loaded return $class; }