X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=0608b149e81cfdd6097eaa89785196671e404bfa;hb=d6ece98c7e6b22a490061278d14ba85a068f6187;hp=0228edaf0d323af4c288fa12800d1c447b8c3eb0;hpb=15f4af0ef06d11960e6cb9a4bbebf2ec1ac19a54;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index 0228eda..0608b14 100644 --- a/lib/Catalyst/Request/REST.pm +++ b/lib/Catalyst/Request/REST.pm @@ -7,6 +7,9 @@ use namespace::autoclean; extends 'Catalyst::Request'; with 'Catalyst::TraitFor::Request::REST'; +our $VERSION = '0.81'; +$VERSION = eval $VERSION; + # Please don't take this as a recommended way to do things. # The code below is grotty, badly factored and mostly here for back # compat.. @@ -49,7 +52,7 @@ Catalyst::Request::REST - A REST-y subclass of Catalyst::Request This is a subclass of C that applies the L role to your request class. That trait -adds a few methods to the request object to faciliate writing REST-y code. +adds a few methods to the request object to facilitate writing REST-y code. This class is only here for backwards compatibility with applications already subclassing this class. New code should use