From: Tomas Doran Date: Sat, 19 Dec 2009 14:55:02 +0000 (+0000) Subject: Bump versions X-Git-Tag: 0.80 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=a400ef8b6bb950a4fb6d17e20d912d920370549a;hp=c93a41f27d93106cc018e9733440dd23a0b8d6be Bump versions --- diff --git a/Changes b/Changes index 83b234a..dae830f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80 + Convert all classes to Moose Change Catalyst::Request::REST to be a mostly empty class, with diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 68ed90a..a525ed6 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -10,7 +10,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.79'; +our $VERSION = '0.80'; $VERSION = eval $VERSION; sub new { diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index f2c6a3f..847fa69 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use Moose; use namespace::autoclean; -our $VERSION = '0.79'; +our $VERSION = '0.80'; $VERSION = eval $VERSION; =head1 NAME