NAME
Dist::Zilla::Plugin::AlienBase::Wrapper - Use aliens in your Makefile.PL or Build.PL
VERSION
version 0.32
SYNOPSIS
[AlienBase::Wrapper]
alien = Alien::libfoo1@1.24
alien = Alien::libfoo2
DESCRIPTION
This Dist::Zilla plugin adjusts the Makefile.PL
or Build.PL
in your XS
project to use Alien::Base::Wrapper which allows you to use one or more Alien::Base based Aliens.
PROPERTIES
alien
List of aliens that you want to use in your XS code. You ca suffix this with a at-version to specify a minimum version requirement. (Example Alien::Libarchive3@0.28
).
SEE ALSO
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.