Doc fix. thanks bfwg
Tomas Doran [Tue, 5 Jul 2011 09:30:24 +0000 (10:30 +0100)]
lib/Catalyst/Controller/REST.pm

index 433773f..89c31cf 100644 (file)
@@ -36,6 +36,8 @@ Catalyst::Controller::REST - A RESTful controller
 
     # Answer PUT requests to "thing"
     sub thing_PUT {
+        my ( $self, $c ) = @_;
+
         $radiohead = $req->data->{radiohead};
         
         $self->status_created(