make a dev release because I'm cautious 0.67_01
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:36:55 +0000 (12:36 -0400)]
Changes
README
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index f221a5c..08f88ef 100644 (file)
--- 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 (file)
--- 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;
index a1254a0..f45fcdc 100644 (file)
@@ -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;
index d0c43b0..6ca2312 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = '0.67';
+our $VERSION = '0.67_01';
 
 =head1 NAME