The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name                = Dist-Zilla-Plugin-MakeMaker-Fallback
author              = Karen Etheridge <ether@cpan.org>
copyright_holder    = Karen Etheridge
copyright_year      = 2013
license             = Perl_5

[Bootstrap::lib]   ; we don't use ourselves in any way, but just in case...

; insert warning text into pod
[MungeFile::WithDataSection]
:version = 0.003
finder = :MainModule

[@Author::ETHER]
:version = 0.103
Test::MinimumVersion.max_target_perl = 5.010100    ; \K was added in 5.10.0
installer = MakeMaker   ; aww, we aren't bootstrapping ourselves, because of dynamic prereqs :/
Test::ReportPrereqs.include[0] = Module::Build::Tiny

[Prereqs / TestRequires]
Dist::Zilla::Plugin::ModuleBuildTiny = 0

[Prereqs / DevelopRequires]
Test::Warnings = 0

; for bootstrapping ourselves
; authordep Dist::Zilla::Plugin::MakeMaker::Awesome = 0.16

[DynamicPrereqs]
:version = 0.018
-delimiter = |
-body = |requires('Dist::Zilla::Plugin::MakeMaker::Awesome', '0.23')
-body = |  if has_module('Dist::Zilla::Plugin::MakeMaker', '5.022');

[MetaResources]
x_IRC = irc://irc.perl.org/#distzilla
x_MailingList = http://dzil.org/#mailing-list

[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts