GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XS::Parse::Infix::Builder(3) User Contributed Perl Documentation XS::Parse::Infix::Builder(3)

"XS::Parse::Infix::Builder" - build-time support for "XS::Parse::Infix"

In Build.PL:

   use XS::Parse::Infix::Builder;

   my $build = Module::Build->new(
      ...,
      configure_requires => {
         ...
         'XS::Parse::Infix::Builder' => 0,
      }
   );

   XS::Parse::Infix::Builder->extend_module_build( $build );

   ...

This module provides a build-time helper to assist authors writing XS modules that use XS::Parse::Infix. It prepares a Module::Build-using distribution to be able to make use of "XS::Parse::Infix".

   XS::Parse::Infix::Builder->write_XSParseInfix_h

Writes the XSParseInfix.h file to the current working directory. To cause the compiler to actually find this file, see "extra_compiler_flags".

   @flags = XS::Parse::Infix::Builder->extra_compiler_flags

Returns a list of extra flags that the build scripts should add to the compiler invocation. This enables the C compiler to find the XSParseInfix.h file.

   XS::Parse::Infix::Builder->extend_module_build( $build )

A convenient shortcut for performing all the tasks necessary to make a Module::Build-based distribution use the helper.

Paul Evans <leonerd@leonerd.org.uk>
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.