| Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist |
Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist
This plugin allows you to specify ModuleBuild and MakeMaker in your the Dist::Zilla manpage dist.ini and select only one as your prereq. Normally, if this plugin is not loaded you will end up with both in your prereq list and this is obviously not what you want!
# In your dist.ini:
[ModuleBuild]
[MakeMaker] ; or [MakeMaker::Awesome], will work too :)
[DualBuilders] ; needs to be specified *AFTER* the builders
This plugin accepts the following options:
Sets your preferred builder. This builder will be the one added to the prereqs. Valid options are: "make" or "build".
The default is: build
You can find documentation for this module with the perldoc command.
perldoc Dist::Zilla::Plugin::DualBuilders
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-DualBuilders
http://cpants.perl.org/dist/overview/Dist-Zilla-Plugin-DualBuilders
http://cpantesters.org/distro/D/Dist-Zilla-Plugin-DualBuilders.html
http://github.com/apocalypse/perl-dist-zilla-plugin-dualbuilders
Please report any bugs or feature requests to bug-dist-zilla-plugin-dualbuilders at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html. I will be
notified, and then you'll automatically be notified of progress on your bug as I make changes.
Apocalypse <apocal@cpan.org>
Copyright 2010 by Apocalypse
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist |