Fix dependecy loop
Wallace Reis [Fri, 14 Jun 2013 13:13:35 +0000 (13:13 +0000)]
The C::P::Params::Nested requires Catalyst, so lets move this as an
author dep and test.

Signed-off-by: John Napiorkowski <jjnapiork@cpan.org>

Makefile.PL
t/author/unicode_plugin_nested_params.t [moved from t/unicode_plugin_nested_params.t with 100% similarity]

index d5fa8c5..b50b74f 100644 (file)
@@ -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;