NAME
Dist::Zilla::Plugin::MakeMaker::ApacheTest - Dist::Zilla Plugin That Configures Makefile.PL for Apache::Test
VERSION
version 0.04
SYNOPSIS
You problably don't want to use this plugin directly. You probably want the plugin bundle ApacheTest instead.
DESCRIPTION
This plugin will produce an ExtUtils::MakeMaker-powered Makefile.PL with Apache::Test hooks for the distribution. If you use this plugin, you should not use the MakeMaker plugin.
This module extends MakeMaker::Awesome to fill in the necessary part of the Makefile.PL to enable Apache::Test.
CONFIGURATION OPTIONS
The following options are avaliable in dist.ini for this plugin:
min_version
The minimum version of Apache::Test that will be required in
Makefile.PL
. The default is0
. You are strongly encouraged to explicitly specify the version of Apache::Test that is required by your module instead of relying on the default.
SEE ALSO
SOURCE
The development version is on github at https://github.com/mschout/dist-zilla-plugin-apachetest and may be cloned from git://github.com/mschout/dist-zilla-plugin-apachetest.git
BUGS
Please report any bugs or feature requests to bug-dist-zilla-plugin-apachetest@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-ApacheTest
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.