diff options
author | Jack Lloyd <[email protected]> | 2017-12-27 16:06:15 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-27 16:06:15 -0500 |
commit | a302d9bfd115a7138a5f044c4a1c841c1629ede1 (patch) | |
tree | 98a7834e155545d49ef42b2c6a3099f466e25699 /doc | |
parent | 67e4bce79ee991abdde7e9d3c01f8948bcbcc775 (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.rst | 2 |
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. |