X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1ac927ad89e2c96a9b98800b9ada1f04868536e5;hb=a8feb88acebbed6e24683e851ec9c8c120cd4393;hp=5aec36ded702910b93cc72a0753cde9e0ff8ee7c;hpb=7aaf7e2641bea9a5470d830be1b585a56b11aadd;p=gitmo%2FMoo.git 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 + ) } }, }, );