The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Build::XS::Import - Dist::Build extension to import headers for other XS modules

VERSION

version 0.013

SYNOPSIS

 load_module('Dist::Build::XS');
 load_module('Dist::Build::XS::Import');

 add_xs(
     module_name => "Foo::Bar",
     import      => 'My::Dependency',
 );

DESCRIPTION

This module is an extension of Dist::Build::XS, adding an additional argument to the add_xs function: import. It will add the include dir (as exported by Dist::Build::XS::Export)

AUTHOR

Leon Timmermans <fawaka@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.