NAME
Dist::Zilla::Plugin::BuildSelf - Build a Build.PL that uses the current module to build itself
VERSION
version 0.002
DESCRIPTION
Unless you're writing a Build.PL compatible module builder, you should not be looking at this. The only purpose of this module is to bootstrap any such module on Dist::Zilla.
ATTRIBUTES
module
The module used to build the current module. Defaults to the main module of the current distribution.
version
The minimal version of the module, if any. Defaults to none.
template
The template to use for the Build.PL script. This is a Text::Template string with two arguments as described above: $module
and $version
. Default is typical for the authors Build.PL ideas, YMMV.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.