X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d7a94936e23e2976fba00d77a20c585a4641de31;hb=076bfad34f09c72325edd07728137d9a018f3433;hp=2f50b48a5c4437dbb368320b59ebe71ad8db40c5;hpb=bf6d41befe434ea682a1e20dcb090e05237d713a;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 2f50b48..d7a9493 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00300'; -requires 'Moose' => '0.51'; +requires 'Moose' => '0.58'; requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable'; @@ -34,7 +34,7 @@ requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; if ( ( exists $ENV{AGGREGATE_TESTS} && !$ENV{AGGREGATE_TESTS}) - || (!exists $ENV{AGGREGATE_TESTS} && !can_use('Test::Aggregate'))) { + || (!exists $ENV{AGGREGATE_TESTS} && !can_use('Test::Aggregate', '0.34_01'))) { tests join q{ }, grep { $_ ne 't/aggregate.t' } map { glob } qw[t/*.t t/aggregate/*.t];