Skip to content

manwar/Dist-Zilla-Plugin-AlienBuild

 
 

Repository files navigation

Dist::Zilla::Plugin::AlienBuild Build Status

Use Alien::Build with Dist::Zilla

SYNOPSIS

[AlienBuild]

DESCRIPTION

This Dist::Zilla plugin is designed to help create Alien modules using the alienfile and Alien::Build recipe system with Alien::Base. The intent is that you will maintain your alienfile as you normally would, and this plugin will ensure the right prereqs are specified in the META.json and other things that are easy to get not quite right.

Specifically, this plugin:

  • adds prereqs

    Adds the configure requirements to your dist configure requires. It adds the any requirements from your alienfile to your dist build requires.

  • adjusts Makefile.PL

    Adjusts your Makefile.Pl to use Alien::Build::MM. In the future Build.PL may be supported.

  • turn on dynamic prereqs

    Which are used by most Alien::Build based Alien distributions.

SEE ALSO

Alien::Build, alienfile, Alien::Base, Alien::Build::MM

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.

About

Use Alien::Build with Dist::Zilla

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 96.8%
  • Shell 3.2%