X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funit_core_plugin.t;h=97f8d7b38fca23b9404be491565cdfbda3ef1e61;hp=36c170ddd47d1216b7dc750e8a62eae984db8421;hb=ae29b412955743885e80350085167b54b69672da;hpb=052a2d89ac696b137f1456a339a77c1607dfe544 diff --git a/t/unit_core_plugin.t b/t/unit_core_plugin.t index 36c170d..97f8d7b 100644 --- a/t/unit_core_plugin.t +++ b/t/unit_core_plugin.t @@ -19,13 +19,17 @@ use lib 't/lib'; use Catalyst::Test qw/PluginTestApp/; ok( get("/compile_time_plugins"), "get ok" ); +# FIXME - Run time plugin support is insane, and should be removed +# for Catalyst 5.9 ok( get("/run_time_plugins"), "get ok" ); use_ok 'TestApp'; my @expected = qw( Catalyst::Plugin::Test::Errors Catalyst::Plugin::Test::Headers + Catalyst::Plugin::Test::Inline Catalyst::Plugin::Test::Plugin + TestApp::Plugin::AddDispatchTypes TestApp::Plugin::FullyQualified );