BEGIN { if ($version =~ /beta/){ unshift @INC, '/path/to/dev/modules'; } else { unshift @INC, '/path/to/prod/modules'; } }