From: Wallace Reis Date: Fri, 14 Jun 2013 13:13:35 +0000 (+0000) Subject: Fix dependecy loop X-Git-Tag: 5.90041~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=dcca952ec445baeee3aa3c887ec41582991870da Fix dependecy loop The C::P::Params::Nested requires Catalyst, so lets move this as an author dep and test. Signed-off-by: John Napiorkowski --- diff --git a/Makefile.PL b/Makefile.PL index d5fa8c5..b50b74f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/t/unicode_plugin_nested_params.t b/t/author/unicode_plugin_nested_params.t similarity index 100% rename from t/unicode_plugin_nested_params.t rename to t/author/unicode_plugin_nested_params.t