0.68 0.68
Hans Dieter Pearcey [Thu, 26 Mar 2009 05:36:28 +0000 (01:36 -0400)]
Changes
README
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index 880090e..9568fd7 100644 (file)
--- 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 (file)
--- 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;
index a1254a0..6c6dfc2 100644 (file)
@@ -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;
index d0c43b0..6ff271e 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = '0.67';
+our $VERSION = '0.68';
 
 =head1 NAME