Version bump to 0.64 to fix Module::Install weirdness
jshirley [Thu, 14 Aug 2008 16:02:50 +0000 (16:02 +0000)]
Changelog
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

index 8a025e9..11c4c76 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Wed Aug 13 08:55:00 PST 2008 (jshirley) - Release 0.64
+  New dist to fix issue with Module::Install
+
 Wed Jul 09 11:16:00 PST 2008 (jshirley) - Release 0.63
   Changing from JSON::Syck to JSON/JSON::XS
   Refactored tests to be more applicable to current state of affairs
index 72ff6c4..9fe8a92 100644 (file)
@@ -18,8 +18,7 @@ use Catalyst::Controller::REST;
 
 use 5.8.1;
 
-our
-   $VERSION = $Catalyst::Controller::REST::VERSION;
+our $VERSION = '0.64';
 
 # 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 a44849d..9608495 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = 0.63;
+our $VERSION = 0.64;
 
 =head1 NAME