On 14/09/12 02:48, Stefan Hornburg wrote: > - eval { > - require Encode::PERLQQ; > - $Have_encode = 1; > + unless ($ENV{MINIVEND_DISABLE_UTF8}) { > + $Have_encode = 1; > }; I think ^ that semi-colon should not be there. > } Peter