From: Tomas Doran Date: Sun, 24 Jan 2010 21:42:05 +0000 (+0000) Subject: test_requires for TT so we know the test app will run. Dep on new Catalyst with visit... X-Git-Tag: 0.07_01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=commitdiff_plain;h=61b51634dbbe072d45e5c5a9469723099dc3e891 test_requires for TT so we know the test app will run. Dep on new Catalyst with visit swapped round and contextclosure --- diff --git a/Makefile.PL b/Makefile.PL index 65ea5cb..1151ee7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,14 @@ use inc::Module::Install; name 'Catalyst-View-Component-SubInclude'; all_from 'lib/Catalyst/View/Component/SubInclude.pm'; -requires 'Catalyst::Runtime' => '5.70000'; +requires 'Catalyst::Runtime' => '5.80014'; requires 'Catalyst::Plugin::SubRequest'; requires 'Moose'; requires 'Moose::Role'; requires 'Carp'; requires 'namespace::clean'; -requires 'Task::Weaken'; + +test_requires 'Catalyst::View::TT'; catalyst;