From: jshirley Date: Mon, 30 Jun 2008 19:58:08 +0000 (+0000) Subject: Version update to 0.61, updated changelog X-Git-Tag: 0.67_01~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=832e768d82da10ac48c61848e004fa571ea99bdd Version update to 0.61, updated changelog --- diff --git a/Changelog b/Changelog index 84e0c24..d0b4f21 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ + +Mon Jun 30 12:28:00 PST 2008 (jshirley) - Release 0.61 Support official application/json and carp about text/x-json + Accepted patch from Luke Saunders for processing all accepted content types Thu Jan 3 17:23:58 PST 2008 (adam) - Release 0.60 Updated my contact information. 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 diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index c8cb7a3..0ce7c44 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,5 +1,7 @@ package Catalyst::Controller::REST; +our $VERSION = 0.61; + =head1 NAME Catalyst::Controller::REST - A RESTful controller