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