From: Tomas Doran Date: Tue, 22 Mar 2011 08:47:58 +0000 (+0000) Subject: Fix typo. RT#66501 X-Git-Tag: 0.91~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=042656b67276f5c8f17dcb64955c1b350e9418b7;p=catagits%2FCatalyst-Action-REST.git Fix typo. RT#66501 --- diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index c268726..433773f 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -401,7 +401,7 @@ sub status_no_content { my $c = shift; $c->response->status(204); $self->_set_entity( $c, undef ); - return 1.; + return 1; } =item status_multiple_choices