From: Eric Wong Date: Sun, 2 Jun 2019 03:39:33 +0000 (+0000) Subject: ds: add a note about planned future changes X-Git-Tag: v1.2.0~200^2~5 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=560ae7322afd3c9f456a70613765ffc59f095d61;p=public-inbox.git ds: add a note about planned future changes Sometimes I get bored with the email part of this project and need a distraction :P --- diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm index 89042cfc..3b0cbe67 100644 --- a/lib/PublicInbox/DS.pm +++ b/lib/PublicInbox/DS.pm @@ -5,8 +5,14 @@ # # This is a fork of the (for now) unmaintained Danga::Socket 1.61. # Unused features will be removed, and updates will be made to take -# advantage of newer kernels - +# advantage of newer kernels. +# +# API changes to diverge from Danga::Socket will happen to better +# accomodate new features and improve scalability. Do not expect +# this to be a stable API like Danga::Socket. +# Bugs encountered (and likely fixed) are reported to +# bug-Danga-Socket@rt.cpan.org and visible at: +# https://rt.cpan.org/Public/Dist/Display.html?Name=Danga-Socket package PublicInbox::DS; use strict; use bytes;