Update to 0.62, updated Module::Install
jshirley [Wed, 2 Jul 2008 14:54:57 +0000 (14:54 +0000)]
Changelog
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

index d0b4f21..1e1efe9 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Wed Jul 02 07:53:00 PST 2008 (jshirley) - Release 0.62
+  Reshipping with current Module::Install included due to error reports
+    about failed installs
+
 
 Mon Jun 30 12:28:00 PST 2008 (jshirley) - Release 0.61
   Support official application/json and carp about text/x-json
index aae87da..9b20e55 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Request::REST;
 use 5.8.1;
 
 our
-   $VERSION = '0.61';
+   $VERSION = '0.62';
 
 # This is wrong in several ways. First, there's no guarantee that
 # Catalyst.pm has not been subclassed. Two, there's no guarantee that
index 0ce7c44..ef954a7 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = 0.61;
+our $VERSION = 0.62;
 
 =head1 NAME