From: Hans Dieter Pearcey Date: Thu, 26 Mar 2009 05:08:55 +0000 (-0400) Subject: add note about 5.80 X-Git-Tag: 0.68~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=0eb3afada7b64b1c570fdd650c9a723b653749c7 add note about 5.80 --- diff --git a/t/catalyst-request-rest.t b/t/catalyst-request-rest.t index 92ae166..2f1799b 100644 --- a/t/catalyst-request-rest.t +++ b/t/catalyst-request-rest.t @@ -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',