diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 15:08:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 15:08:10 +0000 |
commit | ea035a6903a44a6856d789d8a40f47888278b7bb (patch) | |
tree | 71091464a336745a1998be7a613316f87d813620 /MANIFEST | |
parent | f8c117644848ab2dc358c65c9264a47dc0568336 (diff) | |
download | perl-ea035a6903a44a6856d789d8a40f47888278b7bb.tar.gz |
Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
p4raw-id: //depot/perl@9381
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -478,6 +478,12 @@ ext/Thread/unsync.t Test thread implicit synchronisation ext/Thread/unsync2.t Test thread implicit synchronisation ext/Thread/unsync3.t Test thread implicit synchronisation ext/Thread/unsync4.t Test thread implicit synchronisation +ext/XS/Typemap/Makefile.PL XS::Typemap extension +ext/XS/Typemap/README XS::Typemap extension +ext/XS/Typemap/Typemap.pm XS::Typemap extension +ext/XS/Typemap/Typemap.xs XS::Typemap extension +ext/XS/Typemap/stdio.c XS::Typemap extension +ext/XS/Typemap/typemap XS::Typemap extension ext/attrs/Makefile.PL attrs extension makefile writer ext/attrs/attrs.pm attrs extension Perl module ext/attrs/attrs.xs attrs extension external subroutines @@ -1583,6 +1589,7 @@ t/lib/tie-stdpush.t Test for Tie::StdArray t/lib/tie-substrhash.t Test for Tie::SubstrHash t/lib/timelocal.t See if Time::Local works t/lib/trig.t See if Math::Trig works +t/lib/xs-typemap.t test that typemaps work t/op/64bitint.t See if 64 bit integers work t/op/anonsub.t See if anonymous subroutines work t/op/append.t See if . works |