Document XS::APItest.
Jarkko Hietaniemi [Tue, 11 Jun 2002 01:54:05 +0000 (01:54 +0000)]
p4raw-id: //depot/perl@17178

pod/perldelta.pod

index 4d704f5..11e022f 100644 (file)
@@ -1133,6 +1133,12 @@ Unicode normalization forms.  See L<Unicode::Normalize>.
 
 =item *
 
+C<XS::APItest>, by Tim Jenness, is a test extension that exercises XS
+APIs.  Currently only C<printf()> is tested: how to output various
+basic data types from XS.
+
+=item *
+
 C<XS::Typemap>, by Tim Jenness, is a test extension that exercises
 XS typemaps.  Nothing gets installed, but the code is worth studying
 for extension writers.