From: Graham Knop Date: Sun, 14 Jul 2013 10:55:28 +0000 (-0400) Subject: add developer requirements to Makefile.PL X-Git-Tag: v1.003001~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf0f29b2841e5ca262ee4c5bee457816257d7bc5;p=gitmo%2FMoo.git add developer requirements to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 5aec36d..1ac927a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,6 +47,12 @@ my %extra_info = ( build => { requires => { %BUILD_DEPS } }, test => { requires => { %TEST_DEPS } }, runtime => { requires => { %RUN_DEPS, perl => '5.8.1' } }, + develop => { requires => { map { $_ => 0 } qw( + Class::XSAccessor + indirect multidimensional bareword::filehandles + Moose Mouse namespace::clean namespace::autoclean + MooseX::Types::Common::Numeric + ) } }, }, );