-
-
22 Jun 2021 16:40:08 UTC
- Distribution: Dist-Zilla-Plugin-AlienBuild
- Module version: 0.32
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (77 / 0 / 0)
- Kwalitee
Bus factor: 1- 82.80% Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (24.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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
orBuild.PL
in yourXS
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.
Module Install Instructions
To install Dist::Zilla::Plugin::AlienBuild, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::AlienBuild
perl -MCPAN -e shell install Dist::Zilla::Plugin::AlienBuild
For more information on module installation, please visit the detailed CPAN module installation guide.