Fix typo. RT#66501
Tomas Doran [Tue, 22 Mar 2011 08:47:58 +0000 (08:47 +0000)]
lib/Catalyst/Controller/REST.pm

index c268726..433773f 100644 (file)
@@ -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