Bump versions for release
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST.pm
index 0228eda..1d7e6af 100644 (file)
@@ -7,6 +7,9 @@ use namespace::autoclean;
 extends 'Catalyst::Request';
 with 'Catalyst::TraitFor::Request::REST';
 
+our $VERSION = '0.82';
+$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<Catalyst::Request> that applies the
 L<Catalyst::TraitFor::Request::REST> 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