189 if ($self->{ExtendedAccess}) { 190 # we are blessing here again, to get into the ::Extended namespace 191 # for inheriting the methods available overthere, which we doesn't have. 192 bless $self, 'Config::General::Extended'; 193 eval { 194 require Config::General::Extended; 195 };