blob: dbfc91a1d7c0eadeb6f9024b55ca2d04b5ff1692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
XS::APItest version 0.01
========================
This module is used to test that the Perl C API is working correctly.
It is not meant to be installed.
Currently tests that printf formatting works correctly.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
None.
COPYRIGHT AND LICENCE
Copyright (C) 2002 Tim Jenness, Christian Soeller and Hugo van der Sanden.
All Rights Reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|