logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Leon Timmermans <fawaka@gmail.com>

Description

       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.

Name

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

Synopsis

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

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

Version

       version 0.020

See Also