X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=230b0790ea39d45644fc558da2a1a826bba5cead;hp=d5fa8c5c3a07c957045a93bffe891c74e6565bcd;hb=a0c37f08167f203244fbc479f2a7a3629797f447;hpb=ade3da0a3602627512932eef9af511247f11634f diff --git a/Makefile.PL b/Makefile.PL index d5fa8c5..230b079 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ requires 'Class::Load' => '0.12'; requires 'Class::MOP' => '0.95'; requires 'Data::OptList'; requires 'Moose' => '1.03'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.24'; +requires 'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24'; requires 'MooseX::Role::WithOverloading' => '0.09'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; @@ -82,7 +82,6 @@ test_requires 'Data::Dump'; test_requires 'HTTP::Request::Common'; test_requires 'IO::Scalar'; test_requires 'HTTP::Status'; -test_requires 'Catalyst::Plugin::Params::Nested'; # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available my @author_requires; @@ -116,6 +115,7 @@ author_requires( Test::Spelling Pod::Coverage::TrustPod Catalyst::Plugin::Params::Nested + Catalyst::Plugin::ConfigLoader )); if ($Module::Install::AUTHOR) {