1ExtUtils::Typemap(3) User Contributed Perl Documentation ExtUtils::Typemap(3)
2
3
4
6 ExtUtils::Typemap - Read/Write/Modify Perl/XS typemap files
7
9 See "ExtUtils::Typemaps" instead!
10
12 This module exists merely as a compatibility wrapper around
13 ExtUtils::Typemaps. In a nutshell, "ExtUtils::Typemap" was renamed to
14 "ExtUtils::Typemaps" because the Typemap directory in lib/ could
15 collide with the typemap file on case-insensitive file systems.
16
17 The "ExtUtils::Typemaps" module is part of the ExtUtils::ParseXS
18 distribution and ships with the standard library of perl starting with
19 perl version 5.16.
20
22 ExtUtils::Typemaps, ExtUtils::ParseXS.
23
24 For details on typemaps: perlxstut, perlxs.
25
27 Steffen Mueller "<smueller@cpan.org">
28
30 Copyright 2009, 2010, 2011 Steffen Mueller
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.36.0 2022-07-22 ExtUtils::Typemap(3)