The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::BuildSelf - Build a Build.PL that uses the current module to build itself

VERSION

version 0.003

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.

minimum_perl

The minimal version of perl needed to run this Build.PL. It defaults to the current runtime requirements' value for perl, or 5.006 otherwise.

template

The template to use for the Build.PL script. This is a Text::Template string with the arguments as described above: $module and $minimum_perl. Default is typical for the author's 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.