X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9682c9e488a5ae9d01e67b2a5bd1a0d0985e290b;hb=1cc8db0ca98895fe4a8e4f4348885034e7528e39;hp=97d9b8e5d55384e7593f6553281135211bae824c;hpb=c102399cd3f36939b1b865246c6814ee0bea975b;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 97d9b8e..9682c9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,11 +7,12 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; -requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800'; -requires 'Moose' => '0.70'; +requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; +requires 'Moose' => '0.73'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.06'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; -requires 'Class::MOP'; +requires 'Class::MOP' => '0.79'; requires 'CGI::Simple::Cookie'; requires 'Data::Dump'; requires 'File::Modified'; @@ -51,9 +52,9 @@ else { test_requires('Test::Aggregate', '0.34_01'); } my @force_build_requires_if_author = qw( - Test::NoTabs - Test::Pod - Test::Pod::Coverage + Test::NoTabs + Test::Pod + Test::Pod::Coverage Pod::Coverage ); @@ -106,6 +107,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Devel' => '0.09', 'Catalyst::Plugin::SmartURI' => '0.029', 'CatalystX::CRUD' => '0.37', 'Catalyst::Action::RenderView' => '0.07',