Subject: The mailing list for listmasters using Sympa
List archive
- From: David Carter <address@concealed>
- To: IKEDA Soji <address@concealed>
- Cc: address@concealed
- Subject: Re: [sympa-users] sympa-archive.service
- Date: Wed, 4 Aug 2021 17:52:41 +0100
On 04/08/2021 17:18, David Carter wrote:
I think that there is still an explicit dependency on Encode::ISO2022JP2, given lib/MIME/Charset.pm:
(Sorry about the stream of consciousness as I discover new things)
I infer that the following change in MIME-Charset-1.011.3 is significant. Is this all that I actually need?
diff --git a/lib/MIME/Charset.pm b/lib/MIME/Charset.pm
index cf41766..6ba6670 100644
--- a/lib/MIME/Charset.pm
+++ b/lib/MIME/Charset.pm
@@ -132,7 +132,7 @@ if (USE_ENCODE) {
}
}
-$VERSION = '1.011.2';
+$VERSION = '1.011.3';
######## Private Attributes ########
@@ -460,8 +460,7 @@ sub _find_encoder($$) {
foreach my $s (@{$spec}) {
($name, $module) = @{$s};
if ($module) {
- eval "use $module;";
- next if $@;
+ next unless eval "require $module;";
}
$encoder = Encode::find_encoding($name);
last if ref $encoder;
-
Re: [sympa-users] sympa-archive.service,
David Carter, 08/04/2021
-
Re: [sympa-users] sympa-archive.service,
David Carter, 08/04/2021
-
Re: [sympa-users] sympa-archive.service,
David Carter, 08/04/2021
- Re: [sympa-users] sympa-archive.service, IKEDA Soji, 08/05/2021
-
Re: [sympa-users] sympa-archive.service,
David Carter, 08/04/2021
-
Re: [sympa-users] sympa-archive.service,
David Carter, 08/04/2021
Archive powered by MHonArc 2.6.19+.