From: Hans Dieter Pearcey Date: Wed, 25 Mar 2009 16:36:55 +0000 (-0400) Subject: make a dev release because I'm cautious X-Git-Tag: 0.67_01 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=36f2f3964eab3ea1ef83c3a54258afa8492d8ab5 make a dev release because I'm cautious --- diff --git a/Changes b/Changes index f221a5c..08f88ef 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ -??? ??? ?? ??:??:?? ??? ???? (???) - Release 0.67 - Fix RT#43840, improper app-level config handling - hdp - Fix RT#42859, 'wrong' Catalyst dependency - hdp - Fix RT#42025, stepping on custom request classes - hdp +Wed Mar 25 09:36:00 PDT 2009 (hdp - Release 0.67_01 + Fix RT#43840, improper app-level config handling + Fix RT#42859, 'wrong' Catalyst dependency + Fix RT#42025, stepping on custom request classes Wed Aug 20 10:42:00 PST 2008 (jshirley) - Release 0.65 Fully revamped tests to work without any JSON support diff --git a/README b/README index be362e2..ae24551 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Catalyst::Controller::REST - A RESTful controller VERSION - 0.67 + 0.67_01 SYNOPSIS package Foo::Controller::Bar; diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index a1254a0..f45fcdc 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.67_01'; sub new { my $class = shift; diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index d0c43b0..6ca2312 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.67_01'; =head1 NAME