add note about 5.80
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:08:55 +0000 (01:08 -0400)]
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',