AutoXS::Header - Container for the AutoXS header files


AutoXS-Header documentation  | view source Contained in the AutoXS-Header distribution.

Index


NAME

Top

AutoXS::Header - Container for the AutoXS header files

SYNOPSIS

Top

  # 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

Top

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

SEE ALSO

Top

AutoXS

AUTHOR

Top

Steffen Mueller, <smueller@cpan.org>

COPYRIGHT AND LICENSE

Top


AutoXS-Header documentation  | view source Contained in the AutoXS-Header distribution.