From: jshirley Date: Wed, 2 Jul 2008 14:54:57 +0000 (+0000) Subject: Update to 0.62, updated Module::Install X-Git-Tag: 0.67_01~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=df26b361eef04c1f91010f931d98bf4e7ac96a99 Update to 0.62, updated Module::Install --- diff --git a/Changelog b/Changelog index d0b4f21..1e1efe9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Wed Jul 02 07:53:00 PST 2008 (jshirley) - Release 0.62 + Reshipping with current Module::Install included due to error reports + about failed installs + Mon Jun 30 12:28:00 PST 2008 (jshirley) - Release 0.61 Support official application/json and carp about text/x-json diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index aae87da..9b20e55 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.61'; + $VERSION = '0.62'; # 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 0ce7c44..ef954a7 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,6 +1,6 @@ package Catalyst::Controller::REST; -our $VERSION = 0.61; +our $VERSION = 0.62; =head1 NAME