This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove double space between words in pod
[perl5.git] / ext / XS-Typemap / README
1 XSTypemap
2 =========
3
4 This module tests that the standard XS typemaps are working correctly.
5
6   perl Makefile.PL
7   make
8   make test
9
10 Nothing is installed.
11
12 Currently not all the typemap entries have corresponding tests.
13
14 Missing 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
28 Author
29 ------
30
31 Tim Jenness <t.jenness@jach.hawaii.edu>
32
33 Copyright (C) 2001 Tim Jenness All Rights Reserved.  This program is
34 free software; you can redistribute it and/or modify it under the same
35 terms as Perl itself.