package Math::Interval::Computations; ... *{MIC::} = *{Math::Interval::Computations::}; 1; #### use Math::Interval::Computations; my $icObj = MIC->new(...); ...