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::Alien - Dist::Build extension to use Alien 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:
       "alien". It will add the appropriate arguments for that alien module to the build. It can be either a
       string or a list of strings. If the strings don't contain "::" they're prepended with 'Alien::' before
       the module is loaded.

Name

       Dist::Build::XS::Alien - Dist::Build extension to use Alien modules.

Synopsis

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

        add_xs(
            module => 'Foo::Bar',
            alien  => 'xz',
        );

Version

       version 0.020

See Also