Provided by: libdist-zilla-plugin-modulebuildtiny-perl_0.015-1_all bug

NAME

       Dist::Zilla::Plugin::ModuleBuildTiny - Build a Build.PL that uses Module::Build::Tiny

VERSION

       version 0.015

DESCRIPTION

       This plugin will create a Build.PL for installing the dist using Module::Build::Tiny.

ATTRIBUTES

   version
       Optional: Specify the minimum version of Module::Build::Tiny to depend on.

       Defaults to the version determined by "version_method".

   version_method
       This attribute determines how the default minimum perl is detected. It has two possible
       values:

       •   installed

           This will give the version installed on the author's perl installation.

       •   conservative

           This will return a heuristically determined minimum version of MBT.

   minimum_perl
       Optional: Specify the minimum version of perl to require in the Build.PL.

       This is normally taken from dzil's prereq metadata.

   static
       This is an option to set the HIGHLY EXPERIMENTAL "x_static_install" metadata field. DO NOT
       USE THIS OPTION if you are not involved in its testing with the Perl Toolchain Gang.

       It has three possible values:

       •   no

           No extra metadata is added. This is the default setting.

       •   yes

           Sets "x_static_install = 1" in metadata.

       •   auto

           Sets "x_static_install = 1" in metadata if the distribution appears to be compatible -
           presently only the existence of .PL and .xs files are checked.

AUTHOR

       Leon Timmermans <fawaka@gmail.com>

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.