about summary refs log tree commit homepage
path: root/Mwrap.xs
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-11 01:12:49 +0000
committerEric Wong <mwrap-perl@80x24.org>2023-01-11 04:23:32 +0000
commit20add372333a15adbb96b69c273f3f50e84189c7 (patch)
treec06adf4648560769391661a320fe79f65e1ad084 /Mwrap.xs
parent64a55ae0ba1d09ccda458eb895d849e7d38cab81 (diff)
downloadmwrap-20add372333a15adbb96b69c273f3f50e84189c7.tar.gz
The CSV format has far more info, is self-describing, and
Devel::Mwrap->dump never existed.  I'm not sure if I care to
support a Perl API now that the AF_UNIX HTTP interface exists.
Diffstat (limited to 'Mwrap.xs')
-rw-r--r--Mwrap.xs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mwrap.xs b/Mwrap.xs
index 4d4c996..cbb7d15 100644
--- a/Mwrap.xs
+++ b/Mwrap.xs
@@ -7,6 +7,11 @@
 #include "mwrap_core.h"
 
 /*
+ * The Devel::Mwrap Perl API is probably no longer useful now that
+ * the AF_UNIX HTTP interface exists.  It'll probably remain undocumented.
+ */
+
+/*
  * I hate typedefs, especially when they're hiding the fact that there's
  * a pointer, but XS needs this, apparently, and it does s/__/::/g
  */