From: Hans Dieter Pearcey Date: Sat, 28 Mar 2009 06:22:35 +0000 (-0400) Subject: 0.70 X-Git-Tag: 0.70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85c2b6418eaa1adbe99a34214022eed83f42d8aa;p=catagits%2FCatalyst-Action-REST.git 0.70 --- diff --git a/Changes b/Changes index d508841..ea9d1e7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ -??? +Fri Mar 27 23:21:17 PDT 2009 (hdp) - Release 0.70 Tests that use JSON were either not checking for the version or checking in a - way that was a syntax error. (hdp) + way that was a syntax error. Thu Mar 26 14:16:03 PDT 2009 (hdp) - Release 0.69 Fix RT#32342, deprecated config loses default map (hdp) diff --git a/README b/README index 2d4c6c4..5766808 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Catalyst::Controller::REST - A RESTful controller VERSION - 0.69 + 0.70 SYNOPSIS package Foo::Controller::Bar; diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 65caac5..d05fd08 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -18,7 +18,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.69'; +our $VERSION = '0.70'; sub new { my $class = shift; diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 458a89b..cbe444a 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,6 +1,6 @@ package Catalyst::Controller::REST; -our $VERSION = '0.69'; +our $VERSION = '0.70'; =head1 NAME