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

Peter <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.