X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=275be015aecb091b400b95dc266a808a711aee35;hb=85aa4e18592a1c81b7c2cdd0217b05da74dbea21;hp=a646e7c47598a2dae7104e647e7c9a6fd6e54d63;hpb=732d8f5f991537f0d72d7061220960e3346c8958;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index a646e7c..275be01 100644 --- a/lib/Catalyst/Request/REST.pm +++ b/lib/Catalyst/Request/REST.pm @@ -53,11 +53,12 @@ Catalyst::Request::REST - A REST-y subclass of Catalyst::Request =head1 DESCRIPTION This is a subclass of C that applies the -L which adds a few methods to -the request object to faciliate writing REST-y code. +L role to your request class. That trait +adds a few methods to the request object to faciliate writing REST-y code. -This class is only here for backwards compatibility with applications -already subclassing this class. +This class is only here for backwards compatibility with applications already +subclassing this class. New code should use +L directly. L and L will arrange for the request trait to be applied if needed.