Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist


Back to Top


NAME

Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist

Back to Top


DESCRIPTION

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:

Back to Top


SEE ALSO

the Dist::Zilla manpage

Back to Top


SUPPORT

You can find documentation for this module with the perldoc command.

        perldoc Dist::Zilla::Plugin::DualBuilders

Websites

Bugs

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.

Back to Top


AUTHOR

Apocalypse <apocal@cpan.org>

Back to Top


COPYRIGHT AND LICENSE

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.

Back to Top

 Dist::Zilla::Plugin::DualBuilders - Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist