X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=aaa89c43fa7a8afb09880a3189e151ec310a6a7d;hb=0f64a27795335b65beb1b1b701e419f026b61545;hp=2c383397ec55ac9209e8cf0e34676bb0f940a2ba;hpb=b553e30c12cade787e4c26ca54f19983577bdb30;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 2c38339..aaa89c4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,7 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; +requires 'Class::MOP' => '0.83'; requires 'Moose' => '0.76'; requires 'MooseX::MethodAttributes::Inheritable' => '0.09'; requires 'Carp'; @@ -71,7 +72,7 @@ if ($Module::Install::AUTHOR) { # Strip out the author only build_requires from META.yml # Need to do this _after_ WriteAll else it looses track of them - strip_author_only_build_requires(@force_build_requires_if_author); + strip_author_only_build_requires(@force_build_requires_if_author, 'Test::Aggregate'); Meta->{values}{resources} = [ [ 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst' ], @@ -116,6 +117,8 @@ my %conflicts = ( 'CatalystX::Imports' => '0.03', 'Catalyst::Plugin::HashedCookies' => '1.03', 'Catalyst::Action::REST' => '0.67', + 'CatalystX::CRUD' => '0.42', + 'CatalystX::CRUD::Model::RDBO' => '0.20', ); check_conflicts(%conflicts);