in reply to Re: Referring to a module above the CWD
in thread Referring to a module above the CWD

TIMTOWTDI (untested):

BEGIN { push @INC, '..' } use config;

Although use '..'; is nicer ;-)