-
-
11 Jun 2009 14:43:51 UTC
- Distribution: AutoXS-Header
- Module version: 1.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (838 / 0 / 0)
- Kwalitee
Bus factor: 0- 83.33% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (3.36KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
AutoXS::Header - Container for the AutoXS header files
SYNOPSIS
# potentially in your Makefile.PL sub MY::post_constants { # Write header as AutoXS.h in current directory return <<'MAKE_FRAG'; linkext :: $(PERL) -MAutoXS::Header -e AutoXS::Header::WriteAutoXSHeader # note the tab character in the previous line! MAKE_FRAG }
DESCRIPTION
This module is a simple container for the newest version of the AutoXS header file
AutoXS.h
.SEE ALSO
AUTHOR
Steffen Mueller, <smueller@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008-2009 by Steffen Mueller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install AutoXS::Header, copy and paste the appropriate command in to your terminal.
cpanm AutoXS::Header
perl -MCPAN -e shell install AutoXS::Header
For more information on module installation, please visit the detailed CPAN module installation guide.