From 8ad6d6feeaf50b61619ad7c5a452e1aec939afd7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Oct 2010 11:41:19 -0500 Subject: allow using MakeMaker::Awesome if requested --- lib/Dist/Zilla/PluginBundle/DOY.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index 40554b2..2b65c1a 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -55,6 +55,11 @@ has dist => ( required => 1, ); +has awesome => ( + is => 'ro', + isa => 'Str', +); + has is_task => ( is => 'ro', isa => 'Bool', @@ -98,7 +103,9 @@ has _plugins => ( ExtraTests ExecDir ShareDir - MakeMaker + ), + ($self->awesome ? $self->awesome : 'MakeMaker'), + qw( Manifest TestRelease ConfirmRelease -- cgit v1.2.3-54-g00ecf