From: Hans Dieter Pearcey Date: Thu, 26 Mar 2009 05:03:24 +0000 (-0400) Subject: release 0.67_01 unchanged as 0.67 X-Git-Tag: 0.67 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=b946af8e78020ec69ef0c7d6223e7f33b8006a54 release 0.67_01 unchanged as 0.67 --- diff --git a/Changes b/Changes index 08f88ef..fb8ae71 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -Wed Mar 25 09:36:00 PDT 2009 (hdp - Release 0.67_01 +Wed Mar 25 21:59:59 PDT 2009 (hdp) - Release 0.67 + (no changes from 0.67_01) + +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 diff --git a/README b/README index ae24551..be362e2 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Catalyst::Controller::REST - A RESTful controller VERSION - 0.67_01 + 0.67 SYNOPSIS package Foo::Controller::Bar; diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index f45fcdc..a1254a0 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_01'; +our $VERSION = '0.67'; sub new { my $class = shift; diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 6ca2312..d0c43b0 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_01'; +our $VERSION = '0.67'; =head1 NAME