1AutoXS::Header(3)     User Contributed Perl Documentation    AutoXS::Header(3)
2
3
4

NAME

6       AutoXS::Header - Container for the AutoXS header files
7

SYNOPSIS

9         # potentially in your Makefile.PL
10         sub MY::post_constants {
11           # Write header as AutoXS.h in current directory
12           return <<'MAKE_FRAG';
13         linkext ::
14                 $(PERL) -MAutoXS::Header -e AutoXS::Header::WriteAutoXSHeader
15         # note the tab character in the previous line!
16
17         MAKE_FRAG
18         }
19

DESCRIPTION

21       This module is a simple container for the newest version of the AutoXS
22       header file "AutoXS.h".
23

SEE ALSO

25       AutoXS
26

AUTHOR

28       Steffen Mueller, <smueller@cpan.org>
29
31       Copyright (C) 2008-2009 by Steffen Mueller
32
33       This library is free software; you can redistribute it and/or modify it
34       under the same terms as Perl itself, either Perl version 5.8 or, at
35       your option, any later version of Perl 5 you may have available.
36
37
38
39perl v5.32.0                      2020-07-28                 AutoXS::Header(3)
Impressum