[ic] [interchange] Eval the Encode::PERLQQ module, to avoid errors when it and Encode are not present

David Christensen david at endpoint.com
Thu Jun 28 02:43:49 UTC 2012


On Jun 27, 2012, at 8:45 PM, Jon Jensen wrote:

> +	eval {
> +		require Encode::PERLQQ;
> +		$Have_encode = 1;
> +	};

I believe PERLQQ is a symbol (constant) in the Encode package, not a package itself, so I don't think this is actually testing for what's intended, and would in fact never succeed. Or am I missing something?

Regards,

David
--
David Christensen
End Point Corporation
david at endpoint.com
785-727-1171






More information about the interchange-users mailing list