aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-27 16:06:15 -0500
committerJack Lloyd <[email protected]>2017-12-27 16:06:15 -0500
commita302d9bfd115a7138a5f044c4a1c841c1629ede1 (patch)
tree98a7834e155545d49ef42b2c6a3099f466e25699 /doc
parent67e4bce79ee991abdde7e9d3c01f8948bcbcc775 (diff)
Officially deprecate Perl-XS wrapper [ci skip]
a) I don't care about Perl b) Apparently nobody else does c) Would be better to use SWIG, or ffi via XS
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/deprecated.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst
index cb2a76d01..940bcab30 100644
--- a/doc/manual/deprecated.rst
+++ b/doc/manual/deprecated.rst
@@ -16,6 +16,8 @@ in the source.
- All or nothing package transform (``package.h``)
+- The Perl-XS wrapper
+
- The TLS constructors taking `std::function` for callbacks. Instead
use the TLS::Callbacks interface.