X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=aae87dac34ee9aba7de596c1c625e63ed458f7e9;hb=832e768d82da10ac48c61848e004fa571ea99bdd;hp=dc0943094300c4945fae18cfa86285b2a413c3db;hpb=c0aef9cd678b6b4e4ea557d7fa1e8f43153e00b0;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index dc09430..aae87da 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -17,7 +17,7 @@ use Catalyst::Request::REST; use 5.8.1; our - $VERSION = '0.60'; + $VERSION = '0.61'; # This is wrong in several ways. First, there's no guarantee that # Catalyst.pm has not been subclassed. Two, there's no guarantee that