NAME

Dist::Zilla::Plugin::ApacheTest - build a Makefile.PL that uses ExtUtils::MakeMaker with Apache::Test

VERSION

version 0.01

SYNOPSIS

in dist.ini:

; remove MakeMaker
;[MakeMaker]
[ApacheTest]

or if you use a bundle like @Classic:

[@Filter]
bundle = @Classic
remove = MakeMaker

[ApacheTest]

DESCRIPTION

This plugin will produce an ExtUtils::MakeMaker-powered Makefile.PL with Apache::Test hooks for the distribution. If loaded, the Manifest plugin should also be loaded, and the MakeMaker plugin should not be loaded.

At this time, this module is essentially a copy of the MakeMaker plugin. Hopefully, over time, the MakeMaker plugin will allow more customization so that this module will not need to reimplement all of it.

AUTHOR

Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.