This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert t/re/subst_amp.t to test.pl, strict and warnings.
[perl5.git] / ext / XS-Typemap / README
CommitLineData
ea035a69
JH
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.