| Dist::Build::XS::Import(3pm) | User Contributed Perl Documentation | Dist::Build::XS::Import(3pm) |
Dist::Build::XS::Import - Dist::Build extension to import headers for other XS modules
version 0.020
load_extension('Dist::Build::XS');
load_extension('Dist::Build::XS::Import');
add_xs(
module => 'Foo::Bar',
import => 'My::Dependency',
);
This module is an extension of Dist::Build::XS, adding an additional argument to the "add_xs" function: "import". It is a counterpart to Dist::Build::XS::Export) will add the include dir and compilation flags for the given module.
Leon Timmermans <fawaka@gmail.com>
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.
| 2025-05-11 | perl v5.40.1 |