add note about 5.80
[catagits/Catalyst-Action-REST.git] / t / catalyst-request-rest.t
index 92ae166..2f1799b 100644 (file)
@@ -168,6 +168,8 @@ use HTTP::Headers;
 }
 
 {
+  # XXX calling ->setup twice breaks Catalyst 5.80; find a different way to
+  # reset the components/actions
   my $test = 'Test::Catalyst::Action::REST';
   use_ok $test;
   is($test->request_class, 'Catalyst::Request::REST',