X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FRestTest%2FController%2FAPI%2FREST.pm;h=cb27229633e6b1cbd4b7378c4ff9208853b86a3f;hb=be23c445e84d879534218be5470e57eed3df9448;hp=58f75c8f7df9fa1100660ae1081ab333571e5934;hpb=d273984026646e5b57c052deef3fcb9121122060;p=catagits%2FCatalyst-Controller-DBIC-API.git diff --git a/t/lib/RestTest/Controller/API/REST.pm b/t/lib/RestTest/Controller/API/REST.pm index 58f75c8..cb27229 100644 --- a/t/lib/RestTest/Controller/API/REST.pm +++ b/t/lib/RestTest/Controller/API/REST.pm @@ -11,7 +11,7 @@ sub rest_base : Chained('/api/api_base') PathPart('rest') CaptureArgs(0) { sub end :Private { my ( $self, $c ) = @_; - + } 1;