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

Mike Heins mike at perusion.com
Thu Sep 13 23:58:41 UTC 2012


Quoting Peter (peter at pajamian.dhs.org):
> 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.

It doesn't hurt anything except clarity. 8-)

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.253.4194  <mike at perusion.com>

I used to think the whole world stank. Then I found out I had poop
on my mustache. -- Anonymous



More information about the interchange-users mailing list