xref: /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/README (revision 43003dfe3ad45d1698bed8a37f2b0f5b14f20d4f)
1XSTypemap
2=========
3
4This module tests that the standard XS typemaps are working correctly.
5
6  perl Makefile.PL
7  make
8  make test
9
10Nothing is installed.
11
12Currently not all the typemap entries have corresponding tests.
13
14Missing entries are
15
16  T_REF_IV_REF
17  T_PTRDESC
18  T_REFREF
19  T_REFOBJ
20  T_PACKED
21  T_PACKEDARRAY
22  T_DATAUNIT
23  T_CALLBACK
24  T_IN
25  T_INOUT
26  T_OUT
27
28Author
29------
30
31Tim Jenness <t.jenness@jach.hawaii.edu>
32
33Copyright (C) 2001 Tim Jenness All Rights Reserved.  This program is
34free software; you can redistribute it and/or modify it under the same
35terms as Perl itself.
36