[interchange] Replace broken check for Encode in [email] tag by looking at MINIVEND_DISABLE_UTF8 environment varia

Peter peter at pajamian.dhs.org
Thu Sep 13 20:34:22 UTC 2012


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



More information about the interchange-cvs mailing list