NAME

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

SYNOPSIS

     load_module('Dist::Build::XS');
     load_module('Dist::Build::XS::Alien');
    
     add_xs(
         module => 'Foo::Bar',
         alien  => 'Alien::xz',
     );

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.

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.

