From: Eric Wong Date: Sat, 3 Apr 2021 02:24:22 +0000 (+0000) Subject: URInntps: add URI 5.08 release note X-Git-Tag: v1.7.0~838 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=385bdbda71172fc421fc4cb6018270566f3268c9;p=public-inbox.git URInntps: add URI 5.08 release note I wanted to say 2031, but that's probably too aggressive a removal timeline. --- diff --git a/lib/PublicInbox/URInntps.pm b/lib/PublicInbox/URInntps.pm index 69fe7163..231b247b 100644 --- a/lib/PublicInbox/URInntps.pm +++ b/lib/PublicInbox/URInntps.pm @@ -4,6 +4,7 @@ # deal with the lack of URI::nntps in upstream URI. # nntps is IANA registered, snews is deprecated # cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983419 +# Fixed in URI 5.08, we can drop this by 2035 when LTS distros all have it package PublicInbox::URInntps; use strict; use parent qw(URI::snews);