From: Hans Dieter Pearcey Date: Thu, 26 Mar 2009 05:36:28 +0000 (-0400) Subject: 0.68 X-Git-Tag: 0.68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4d8894f4181697192959da371429463d829c349;hp=ff3c00d97839abf846e0dcb611434e5f08366c66;p=catagits%2FCatalyst-Action-REST.git 0.68 --- diff --git a/Changes b/Changes index 880090e..9568fd7 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ -??? - Release ??? - Remove ancient and deprecated Data::Denter prompt from Makefile.PL (hdp) - Remove Data::Dump, which was entirely unused (hdp) - Stop tests from dying with Catalyst 5.80 (hdp) +Wed Mar 25 22:33:38 PDT 2009 (hdp) - Release 0.68 + Remove prompt for ancient and deprecated Data::Denter from Makefile.PL + Remove Data::Dump, which was entirely unused + Stop tests from dying with Catalyst 5.80 Wed Mar 25 21:59:59 PDT 2009 (hdp) - Release 0.67 (no changes from 0.67_01) diff --git a/README b/README index be362e2..6d248cf 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Catalyst::Controller::REST - A RESTful controller VERSION - 0.67 + 0.68 SYNOPSIS package Foo::Controller::Bar; diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index a1254a0..6c6dfc2 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.67'; +our $VERSION = '0.68'; sub new { my $class = shift; diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index d0c43b0..6ff271e 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,6 +1,6 @@ package Catalyst::Controller::REST; -our $VERSION = '0.67'; +our $VERSION = '0.68'; =head1 NAME