From: jshirley Date: Thu, 14 Aug 2008 16:02:50 +0000 (+0000) Subject: Version bump to 0.64 to fix Module::Install weirdness X-Git-Tag: 0.67_01~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=6023cdb2549051852342f4b0e2ec67b9d888da78 Version bump to 0.64 to fix Module::Install weirdness --- diff --git a/Changelog b/Changelog index 8a025e9..11c4c76 100644 --- 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 diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 72ff6c4..9fe8a92 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -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 diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index a44849d..9608495 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -1,6 +1,6 @@ package Catalyst::Controller::REST; -our $VERSION = 0.63; +our $VERSION = 0.64; =head1 NAME