X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_plugin.t;h=97f8d7b38fca23b9404be491565cdfbda3ef1e61;hb=4853fb50e3c7138bbe513fed2b22574a2d988ed1;hp=58ebe1e215f82389770f0b382b65c847318ccc27;hpb=79d000eb280b79249addd9c489504a8d4244dd0f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_plugin.t b/t/unit_core_plugin.t index 58ebe1e..97f8d7b 100644 --- a/t/unit_core_plugin.t +++ b/t/unit_core_plugin.t @@ -19,6 +19,8 @@ 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';