Dist::Zilla::Plugin::BuildSelf - Build a Build.PL that uses the current module to build itself
version 0.002
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.
The module used to build the current module. Defaults to the main module of the current distribution.
The minimal version of the module, if any. Defaults to none.
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.
Leon Timmermans <leont@cpan.org>
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.